Open Myrdivar opened 6 years ago
No there isn't.
Is there any possible way to achieve something like using some of the granular validation steps?
I ended up solving this by not passing min/max in options (so I always get events) and then doing my own min/max check and setting the result back into the inputmask using
Inputmask.setValue(sel, validatedNumber);
This works well enough and stays with following Ember DDAU (data down actions up).
Hi,
Is there an event that fires when the user input a value that exceeds the specified range and the inputmask corrects and set it to the min or max value?
Thanks!