Configuration
Properties
Select2
const select2 = new wire.select2().render("#select", {
...
loading: false,
select2: { multiple: true }
});Last updated
Was this helpful?
const select2 = new wire.select2().render("#select", {
...
loading: false,
select2: { multiple: true }
});Last updated
Was this helpful?
Was this helpful?