Events
const input = new wire.bsInput().render("#input", {
...
events: {
change: (config) => {
...
}
}
});Last updated
const input = new wire.bsInput().render("#input", {
...
events: {
change: (config) => {
...
}
}
});Last updated