I need to submit data can I check input mask status or validate entered data
I have button on page and I need to check if entered data if corrected on decimal format and Min max values.
on screenshot the entered input format correct but I insert integer number.
Hi Ahmad
did you check on the column definition if it is with the right format?
There are functions that you should use to guarantee that the field is the right format. Don't forget to see on the table side the columns definitions.
Regards
Hi Carl,
I think its configured and input mask working as required , my issue regarding input widget value on focus out its automatically fixed and show correct value equal the minimum allowed number 10,000 ( 3 digit decimal between 10 to 100) but the variable or input value that assign to input widget will Save the entered value in may case I entered 5 .
Regards,