Commit 80ca760b by Antonio Ramirez

dough!

parent 51a4a9ee
...@@ -95,6 +95,6 @@ class TypeAhead extends Widget ...@@ -95,6 +95,6 @@ class TypeAhead extends Widget
); );
} }
return Html::textInput($this->name, '', $this->options); return Html::textInput($this->name, $this->value, $this->options);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment