Skip to content

type select with attribute multiple not working on widget snippet #74

@rubengc

Description

@rubengc

I tried to set up a this field using the cmb2 widget snippet without luck to get it working

The field definition is:

array(
    'name'        => 'Test',
     'type'        => 'select',
     'multiple'    => true,
     'options'  => array(
         '1'  	=> __( 'Option 1' ),
         '2'  	=> __( 'Option 2' ),
        '3' 	=> __( 'Option 3' )
),

I always got the default value :/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions