Select2js allow clear

This commit is contained in:
Marc Ducobu 2015-12-15 10:08:37 +01:00
parent 9a957a9704
commit 9f4286d297

View File

@ -166,7 +166,7 @@
chill.initPikaday('{{ app.request.locale }}');
chill.emulateSticky();
chill.checkOtherValueOnChange();
$('.select2').select2();
$('.select2').select2({allowClear: true});
</script>
{% block js%}<!-- nothing added to js -->{% endblock %}