/**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['from' => $this->getFrom(), 'to' => $this->getTo()];
 }
 /**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['options' => $this->getOptions(), 'placeholder' => $this->getPlaceholder()];
 }