Closed nikolas closed 8 years ago
I get this error when using .numeric() with an input that has type="number":
.numeric()
type="number"
Uncaught InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('number') does not support selection.
See #19.
Duplicate of #19
I get this error when using
.numeric()
with an input that hastype="number"
: