feat(app): tambahkan dukungan untuk TomSelect
- Menambahkan TomSelect ke dalam jendela global. - Memungkinkan penggunaan TomSelect pada elemen dengan kelas "tomselect".
This commit is contained in:
parent
bd790bc13d
commit
0d4e4828d6
@ -17,6 +17,7 @@ window.swal = Swal;
|
|||||||
|
|
||||||
window.IMask = IMask;
|
window.IMask = IMask;
|
||||||
window.FilerobotImageEditor = FilerobotImageEditor;
|
window.FilerobotImageEditor = FilerobotImageEditor;
|
||||||
|
window.TomSelect = TomSelect;
|
||||||
|
|
||||||
document.querySelectorAll(".tomselect").forEach((el) => {
|
document.querySelectorAll(".tomselect").forEach((el) => {
|
||||||
let settings = {
|
let settings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user