I am using Angular and have a form input field that is meant to be filled with numbers only.
Is there a way to prevent any characters other than numbers from being entered into the form? I want the form to behave as if only integer keys on the keyboard are functioning. For instance, if the current value in my form is 100 and I try to input a character like the plus sign, nothing should happen.
Take a look at this code for my form.