inputmask-core icon indicating copy to clipboard operation
inputmask-core copied to clipboard

Allow rejection of input based on more complex criteria

Open insin opened this issue 9 years ago • 2 comments

Use case in this Stack Overflow quesrtion:

http://stackoverflow.com/questions/34146273/how-do-i-make-a-masked-input-that-only-allows-specific-numers

insin avatar Dec 08 '15 10:12 insin

Also encountering a similar constraint where it would be nice to validate based on the value of a previous character. Use case being a date input where mask = "11/11/1111" of format "MM/DD/YYYY". If user inputs "1", then the only acceptable values for that month would be "0, "1", or "2".

uap-dev avatar Jan 06 '17 07:01 uap-dev

Any plans to implement this? Would love what @TroutZen suggested.

andreasvirkus avatar Dec 15 '17 07:12 andreasvirkus