I have been trying to read especial character and throw error “Please enter a number” if we enter special characters like “e”
Initially I tried with input type as number which don’t recognized “E” so unable to validate input being typed.
Now I have switched back to “Text” but issue is it read other alphabets as well and letting type “E/e/+/-” multiple times which is not the case when it was number.
In a nutsell, I want input type “Text” to behave as “Number” type with ability to read all characters