AEM6.5 - Adaptive forms -Numeric input field to trigger rule editor validate while typing itself , instead of on focus out
Hello,
I am using numeric input field, with an display as 0.00 ,
so If I input 999 and focus out it will show in the field as 999.00, it will also trigger the required rule editor validations, when I focus out on that field.
Requirement:-
I need to trigger the rule editor validations ,with I am still typing in the field. instead of after focusing out on the field.
So if I keep typing like 1001 , it must show an error message in the field "that the value is grater that 1000"
Issue:-
1>If I type in 999 and stop ,for a while ,it must show 999.00 in the field
2> while typing how to trigger the rule editor validation for the numeric field , how to trigger the rule editor validation to check for error
3> if I focus-in again i.e click on the field again ,it must show 999 again, instead of 999.00.
I should able to remove any number say make it 9 or again make it to 99
Could you please provide inputs as how can I achieve it
Regards,
Srinivas