1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 05:24:38 +04:00

selectize

This commit is contained in:
codecalm
2019-10-25 19:43:24 +02:00
committed by Alex Safian
parent 0ad6021d02
commit 9f719e59c0
+2
View File
@@ -23,6 +23,7 @@
{% endif %}
</select>
{% capture_global scripts %}
<script>
$(document).ready(function(){
$('#select-{{ key }}').selectize({});
@@ -75,3 +76,4 @@
// }
// });
</script>
{% endcapture_global %}