Explorar o código

Fix dropdown items not being reset after filtering and selecting when closeOnSelect is false

Alek Storm %!s(int64=11) %!d(string=hai) anos
pai
achega
b5aa4688ea
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      select2.js

+ 3 - 0
select2.js

@@ -2786,6 +2786,9 @@ the specific language governing permissions and limitations under the Apache Lic
 
             this.opts.element.trigger({ type: "selected", val: this.id(data), choice: data });
 
+            this.clearSearch();
+            this.updateResults();
+
             if (this.select || !this.opts.closeOnSelect) this.postprocessResults(data, false, this.opts.closeOnSelect===true);
 
             if (this.opts.closeOnSelect) {