Closed
Description
Hi,
I have such a case that I couldn't find an answer.
In our report parameter pages, we enable user to enter filter criteria in (masked) inputs like below;
*.2017 : Means all 2017 records
>1.000 : Means bigger than 1000
0506*60 : Means starts with 0506 and ends with 60
Users can also enter exact values without any filter characters (['*' , '!' , '>' , '<' , '=' , ';'])
What I want is to disable mask when these characters entered and re-enable it when these characters removed.
Thank you.