Please consider this Fiddle.
I want to filter inputs on my input that user can just enter numbers. It works when I pressed alphabet keys and shift
+alphabet keys(nothing added to input). But it doesn't work when shift+1 (!)
and shift+2(@)
and ... .
Where is my mistake and how can I solve this problem?