KevinSheedy / jquery.alphanum

Alphanumeric Plugin for jQuery
Other
141 stars 65 forks source link

Error when input type="number" #36

Closed nikolas closed 8 years ago

nikolas commented 9 years ago

I get this error when using .numeric() with an input that has type="number":

Uncaught InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('number') does not support selection.

Mottie commented 9 years ago

See #19.

KevinSheedy commented 8 years ago

Duplicate of #19