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

No group symbol

Open LeonB opened this issue 12 years ago • 0 comments

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 : '.',
    });
});

LeonB avatar Jun 13 '13 15:06 LeonB