Is a collection of textfields with some restrictions.
FastFormFields is a collection of textfields with some restrictions. List of TextFields
- DecimalTextField: Accept numbers and one dot.
- IntegerTextField: Only accept numbers.
- UpperTextField: Upper all text when write
Working!
Feactures:
- Limit digits before and after a dot. (see example)
Install
Framework Support
Vaadin 7.1+
Browser Compatibility
Install with
Release notes - Version 0.3.0
Format on Decimal Numbers by Sixto Nuñez,