1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 10:30:46 +02:00

feat(admin-plugin): update select2 module for tags #211

This commit is contained in:
Awilum
2020-02-09 15:00:01 +03:00
parent 23a5832ca6
commit 1047091580

View File

@@ -1,4 +1,4 @@
<script>
$('.js-select').select2();
$('.js-tags').select2({tags: true});
$('.js-tags').select2({tags: true, multiple: true});
</script>