DecimalField - Vaadin Add-on Directory
Restrict user from entering anything other than numberExtension of the Vaadin TextField to restrict user from entering anything other than number. Fractional numbers are not supported. Maximum 18 digits are allowed in field and does not support negative value.
Note : You will need to compile the widget sets to see the effect of this addon.
Issue TrackerSource Code
DecimalField version 1.1.0
- Allow only numbers in field
- Revert change of decimal separator
- Fix bug of CTRL + A key press
DecimalField version 1.1.1
- Add support for negative numbers