jQuery-iMask
jQuery-iMask copied to clipboard
No group symbol
Whenever I set groupSymbol to '' (or groupDigits to 0) and when I enter more then 3 characters (with type : 'number') my browser locks up. Testen with Chromium 25, Chrome 27 and Firefox 21.0.
jQuery(document).ready(function(){
jQuery('.extra-opties input[type=text]').iMask({
type : 'number',
decDigits : 0,
decSymbol : '',
groupSymbol : '.',
});
});