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:
@@ -1,4 +1,4 @@
|
||||
<script>
|
||||
$('.js-select').select2();
|
||||
$('.js-tags').select2({tags: true});
|
||||
$('.js-tags').select2({tags: true, multiple: true});
|
||||
</script>
|
Reference in New Issue
Block a user