mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-16 14:06:39 +01:00
20 lines
344 B
HTML
20 lines
344 B
HTML
<script type="text/hyperscript">
|
|
behavior init_tom_select
|
|
init
|
|
set selects to <select/> in me
|
|
for x in selects
|
|
remove .select from x
|
|
js(it)
|
|
TomSelect(it)
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
on reset
|
|
for elm in <select/> in event.target
|
|
call elm.tomselect.clear()
|
|
end
|
|
end
|
|
</script>
|