ojkey / master

Master Repository
0 stars 1 forks source link

SHIFT key allows non numeric chars #1

Closed cbelleza closed 8 years ago

cbelleza commented 9 years ago

When the key SHIFT is held non numeric chars can be inserted into numberfield

ojkey commented 9 years ago

I think its not required to control every input on client side. You want to fix it, you need to add custom converter for validation of entered text. I've implemented only number input, other inputs are ignored, except special keys. So you can see it in source code.