I have a input of number type of my HTML page. This is very close to this one example. Unfortunately this input accepts values like '---', '+++', 'eee' and other non-numeric input.
My task is disable the ability of the control to enter non-numerics like '----'.
Also possible to show a error message when user haves the form. Is any way to do that?