mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-16 02:09:44 +00:00
Select2js allow clear
This commit is contained in:
@@ -166,7 +166,7 @@
|
|||||||
chill.initPikaday('{{ app.request.locale }}');
|
chill.initPikaday('{{ app.request.locale }}');
|
||||||
chill.emulateSticky();
|
chill.emulateSticky();
|
||||||
chill.checkOtherValueOnChange();
|
chill.checkOtherValueOnChange();
|
||||||
$('.select2').select2();
|
$('.select2').select2({allowClear: true});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% block js%}<!-- nothing added to js -->{% endblock %}
|
{% block js%}<!-- nothing added to js -->{% endblock %}
|
||||||
|
Reference in New Issue
Block a user