From 80ca760b2d9297778ac7b0a1edd621f80bf8e451 Mon Sep 17 00:00:00 2001 From: Antonio Ramirez Date: Tue, 21 May 2013 16:55:20 +0200 Subject: [PATCH] dough! --- yii/bootstrap/TypeAhead.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yii/bootstrap/TypeAhead.php b/yii/bootstrap/TypeAhead.php index a2dce0e..fd1d90c 100644 --- a/yii/bootstrap/TypeAhead.php +++ b/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); } }