This does not pyhsically let a user input text, other than numbers.
If I use the number validator with this plugin, text entry is allowed, it just displays a warning. Is there anyway to make ng2-validation disable entry into a form input, if it doesn't match the validation string?
Say for example I have a html number input:
<input type="number">
This does not pyhsically let a user input text, other than numbers.
If I use the number validator with this plugin, text entry is allowed, it just displays a warning. Is there anyway to make ng2-validation disable entry into a form input, if it doesn't match the validation string?