151
Views
1
Comments
[Custom Input Masks] Percentage above 100
Question

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 :)

2026-02-26 06-29-24
Rahul
 
MVP

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.