Example #1
0
 public function getFormField()
 {
     if (!$this->hideValue()) {
         if (Request::old($this->name)) {
             $this->formField->val(Request::old($this->name));
         }
     }
     return $this->formField;
 }