'float', 'allowHalf' => 'boolean', 'disabled' => 'boolean', 'showText' => 'boolean', 'clearable' => 'boolean', ]; /** * @return array */ public function build() { return [ 'type' => $this->name, 'field' => $this->field, 'title' => $this->title, 'value' => (float)$this->value, 'props' => (object)$this->props, 'validate' => $this->validate, 'col'=>$this->col ]; } }