jQuery-Mask-Plugin icon indicating copy to clipboard operation
jQuery-Mask-Plugin copied to clipboard

How to first fill integer when I'm typing?

Open bshafiei-ir opened this issue 5 years ago • 1 comments

Hi When I'm typing for example 1,500.25 first it complete decimal part and then integer part. In blow picture I'm typing 6 times.

Untitled-4

$(this).mask("000,000,000,000,000.00", {reverse: true});

I need first 1500 be complete and after I typed .(dot) then decimal part be complete.

@igorescobar

bshafiei-ir avatar Jun 23 '19 07:06 bshafiei-ir

I think the same, this is not working good. For example, I think this is a better way to user decimal numbers (check the "input-4"): https://jsfiddle.net/nosir/aLnhdf3z/ I'm using jQuery-Mask-Plugin but for this type of input I think it isn't adeguate, for now.

koba-1 avatar Jun 08 '20 15:06 koba-1