tag. * @package forms * @subpackage fields-basic */ class DropdownField extends FormField { /** * @var boolean $source Associative or numeric array of all dropdown items, * with array key as the submitted field value, and the array value as a * natural language description shown in the interface element. */ protected $source; /** * @var boolean $isSelected Determines if the field was selected * at the time it was rendered, so if {@link $value} matches on of the array * values specified in {@link $source} */ protected $isSelected; /** * @var boolean $disabled */ protected $disabled; /** * @var boolean $hasEmptyDefault Show the first