mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
WW-2536 Autocompleted element don't publish topics when it changed
o applied patch by Stanislav Malishevskiy git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@667794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+2
-1
@@ -495,7 +495,8 @@ dojo.widget.defineWidget("dojo.widget.ComboBox", dojo.widget.HtmlWidget, {forceV
|
||||
return false;
|
||||
}
|
||||
}
|
||||
this.selectedResult = [tgt.getAttribute("resultName"), tgt.getAttribute("resultValue")];
|
||||
this.textInputNode.value="";
|
||||
this.selectedResult = [tgt.getAttribute("resultName"), tgt.getAttribute("resultValue")];
|
||||
this.setAllValues(tgt.getAttribute("resultName"), tgt.getAttribute("resultValue"));
|
||||
if (!evt.noHide) {
|
||||
this._hideResultList();
|
||||
|
||||
Reference in New Issue
Block a user