Select with Select2 script

Select with select2 script

Demo

array(
  'id'         => 'unique_option_504',
  'type'       => 'select',
  'title'      => 'Select Field',
  'options'    => array(
    'green'    => 'Green',
    'blue'     => 'Blue',
    'yellow'   => 'Yellow',
  ),
  'class'      => 'chosen',
),

Last updated