jQuery-Plugins icon indicating copy to clipboard operation
jQuery-Plugins copied to clipboard

Option to disallow separator

Open ThomasArdal opened this issue 13 years ago • 1 comments

Option to disallow usage of a separator. Could be something like this:

$('input').numeric({separator:false})

which would produce a input field with possibility to input integers only without thousand separator, decimal separator and so on.

ThomasArdal avatar Feb 13 '12 10:02 ThomasArdal

Alternative this could be implemented with a data type option (int, double etc).

ThomasArdal avatar Feb 14 '12 18:02 ThomasArdal