disableClick(); $this->placeholder(__('forms::components.select.placeholder')); } public function getRules(): array { return array_merge( $this->baseGetRules(), [Rule::in(array_keys($this->getOptions()))], ); } }