Numeric INPUT
const el = numeric(`#num`, (currentValue) => { // Called when input changes}) Copy
const el = numeric(`#num`, (currentValue) => { // Called when input changes})
Get/set value
el.value = 10; Copy
el.value = 10;
Optional
If true, event handler fires based on input event, rather than change
input
change
Numeric INPUT
Get/set value