I'm using the MaskPercentage from the Custom Input Masks component and I want to allow users to enter values above 100%.
I know that for negative values you just need to add this "{allowMinus: true, min: -x}" to AdvancedOptions. Is there something similar for values above 100? I already tried the max but it doesn't work.
Thanks in advance :)
Hi Tiago Silva,
This is not possible with Custom Input Mask, becase it is based on javascript code and this is define in it for % not grater than 100.
Look below image when you open Custom Input Mask
If you want this you neede to write your own Javascript code or logic.
Regards
Rahul Sahu