Nette\Forms\Controls\SelectBox::isOk PHP Method

isOk() public method

public isOk ( ) : boolean
return boolean
    public function isOk()
    {
        return $this->isDisabled() || $this->prompt !== FALSE || $this->getValue() !== NULL || !$this->options || $this->control->size > 1;
    }