Merge pull request #1646 from google/fix-textfield-change

Fixes #1642
This commit is contained in:
Surma 2015-09-28 11:48:19 +02:00
commit 1e3b35bb7f

View File

@ -188,6 +188,8 @@
if (value) {
this.input_.value = value;
} else {
this.input_.value = '';
}
this.updateClasses_();
};