/**
  * @see	\wcf\system\option\IOptionType::getFormElement()
  */
 protected function getFormElement($type, Option $option)
 {
     if ($this->searchMode) {
         return $this->getTypeObject($type)->getSearchFormElement($option, isset($this->optionValues[$option->optionName]) ? $this->optionValues[$option->optionName] : null);
     }
     return parent::getFormElement($type, $option);
 }