Author: abelevich
Date: 2008-02-01 06:48:45 -0500 (Fri, 01 Feb 2008)
New Revision: 5761
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
fix behavior for manual input
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
---
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-02-01
11:38:12 UTC (rev 5760)
+++
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-02-01
11:48:45 UTC (rev 5761)
@@ -232,6 +232,7 @@
if (this.isValueSet(event) && isSearchSuccessful) {
this.setValue();
}
+ this.comboValue.value = this.field.value;
}
},
Show replies by date