Vaadin Forum
1) When the key SHIFT is held non numeric chars can be inserted into text f
Directory
numberfield7 - NumberField7 Add-on
Ofbiz
(Ofbiz Brazil)
August 28, 2015, 6:28pm
1
When the key SHIFT is held non numeric chars can be inserted into text field
To enter a new number into a numberfield already filled in, the cursor moves to the first number position, what makes someone to move the cursor to the right position
Kerim1
(Kerim Orazmuhammedov)
August 30, 2015, 8:54pm
2
If entered NAN text you should validate it with CustomConverter. I think its not required to control everything on client side.
Thank you for information. I will check and fix it.