Files
long2ice 1118e990a9 Sync pro
2021-05-01 20:45:28 +08:00

16 lines
452 B
HTML

<script>
new Choices(el = document.getElementById('{{ id }}'), {
classNames: {
containerInner: el.className,
input: 'form-control',
inputCloned: 'form-control-sm',
listDropdown: 'dropdown-menu',
itemChoice: 'dropdown-item',
activeState: 'show',
selectedState: 'active',
},
shouldSort: false,
searchEnabled: false,
});
</script>