mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:51:42 +00:00
select2 responsive
This commit is contained in:
parent
7be0fc33b1
commit
a0ea4ca510
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ $(document).on('turbolinks:load', function() {
|
|||
allowClear: true,
|
||||
placeholder: '',
|
||||
theme: 'bootstrap',
|
||||
containerCssClass: ':all:'
|
||||
containerCssClass: ':all:',
|
||||
width: ''
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue