hi, do you know how we can show error message for max only 8 digits are allow ?
i set maxValue for input is 8.
Hi Anjali,
Did you try using any input mask? or any third party component to achieve this?
Using input masks would only prevent the user to enter any invalid values.
If you only want to show error message but allow them to enter it at the first place, then you can just use the widget's OnChange event, and display the appropriate error message, and mark the widget's input as Valid = False