Browse Source

dough!

tags/2.0.0-beta
Antonio Ramirez 12 years ago
parent
commit
80ca760b2d
  1. 2
      yii/bootstrap/TypeAhead.php

2
yii/bootstrap/TypeAhead.php

@ -95,6 +95,6 @@ class TypeAhead extends Widget
); );
} }
return Html::textInput($this->name, '', $this->options); return Html::textInput($this->name, $this->value, $this->options);
} }
} }

Loading…
Cancel
Save