diff --git a/core/src/main/resources/org/apache/struts2/static/dojo/src/widget/ComboBox.js b/core/src/main/resources/org/apache/struts2/static/dojo/src/widget/ComboBox.js index f063d5f95..ac4056553 100644 --- a/core/src/main/resources/org/apache/struts2/static/dojo/src/widget/ComboBox.js +++ b/core/src/main/resources/org/apache/struts2/static/dojo/src/widget/ComboBox.js @@ -144,10 +144,6 @@ dojo.widget.ComboBoxDataProvider = function(/*Array*/ dataPairs, /*Number*/ limi searchStr = searchStr.toLowerCase(); } for(var x=0; x= this.searchLimit)){ break; } diff --git a/core/src/main/resources/org/apache/struts2/static/dojo/struts/widget/ComboBox.js b/core/src/main/resources/org/apache/struts2/static/dojo/struts/widget/ComboBox.js index 42c0459e7..8b0674496 100644 --- a/core/src/main/resources/org/apache/struts2/static/dojo/struts/widget/ComboBox.js +++ b/core/src/main/resources/org/apache/struts2/static/dojo/struts/widget/ComboBox.js @@ -96,6 +96,10 @@ struts.widget.ComboBoxDataProvider = function(/*Array*/ dataPairs, /*Number*/ li searchStr = searchStr.toLowerCase(); } for(var x=0; x= this.searchLimit)){ break; }