[richfaces-svn-commits] JBoss Rich Faces SVN: r5761 - trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Feb 1 06:48:45 EST 2008
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;
}
},
More information about the richfaces-svn-commits
mailing list