I'm trying to create an input mask.
I want delete and arrow key functionality plus all the other keys except 1 2 3 4 5 6. I'm using 1, 2, 3, 4, 5, 6 as hotkeys for a scheduling app. Is it possible in angular to create a mask that just disables the numbers one through six?
<input pattern="regex"> <!-- not working because it only fires after submit -->