This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
hugh
/
select2
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
clear search when val() is called. closes
#45
closes
#46
Igor Vaynberg
13 lat temu
rodzic
891102ff47
commit
ee6f8975a6
1 zmienionych plików
z
2 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
2
0
select2.js
+ 2
- 0
select2.js
Wyświetl plik
@@ -1399,6 +1399,8 @@
this.setVal(data);
this.updateSelection(val);
}
+
+ this.clearSearch();
}
});