Inputmask icon indicating copy to clipboard operation
Inputmask copied to clipboard

Input Mask plugin

Results 214 Inputmask issues
Sort by recently updated
recently updated
newest added

if a part of the input value is marked and wants to be replaced by pasing a replace value, the result is not as expected. examples: current value: 999 mark...

how can I do it automatically at the input , to . for price

Hi! I have problem with numeric. Can I config plugin like this: I type ,45 and input mask create this - 0.45 (with dot, not comma) And if I type...

Numerics
Enhancement / Feature

Hi, I use Inputmask with Angular and I get the following error when I do a production build. - Uncaught TypeError: Super expression must either be null or a function...

Question
Packaging

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report [ ] Performance issue [ ] Feature...

When I run the ```composer update``` command, I get this error ```[RuntimeException] Failed to execute git clone --no-checkout -- 'https://fdc...9df:[email protected]/RobinHerbots/Inputmask.git' '/data/prodnfs-sf/www/store/project-skytech-site.2/vendor/bower-asset/inputmask' && cd '/data/prodnfs-sf/www/store/project-skytech-site.2/vendor/bower-asset/inputmask' && git remote add composer --...

Question
help wanted

I have the necessity to insert more then one email address in input mask, separated by commas. Thanks

Request: It will be really great and useful to have a new email mask to use in case of multiple email and with some kind of separator like a commas....

Is it possible to add another mask for a field containing 1+ email addresses separated by commas (with spaces)? Thank you.

- Describe the bug These are my settings for currency inputMask: ```const currencyMask = (currency = 'USD', allowMinus = false) => { let prefix = currency if (currency === 'USD')...