public function renderInput()
 {
     return $this->input ?: Elements::input(Html::input('text', null, null, ['class' => 'prompt']));
 }