This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
hugh
/
select2
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
clear search when val() is called. closes
#45
closes
#46
Igor Vaynberg
13 anni fa
parent
891102ff47
commit
ee6f8975a6
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
select2.js
+ 2
- 0
select2.js
Vedi File
@@ -1399,6 +1399,8 @@
this.setVal(data);
this.updateSelection(val);
}
+
+ this.clearSearch();
}
});