Events
const select = new wire.select2().render("#select", {
...
events: {
select: (config) => {
...
}
}
});Last updated
Was this helpful?
const select = new wire.select2().render("#select", {
...
events: {
select: (config) => {
...
}
}
});Last updated
Was this helpful?
Was this helpful?