10
Views
1
Comments
show error message using helpertext
Question

hi, do you know how we can show error message for max only 8 digits are allow ?

i set maxValue for input is 8.

2022-08-03 04-32-50
Ravi Punjwani

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

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