jmix-docs
jmix-docs copied to clipboard
Improve IntegerField doc
Description
Original page: https://docs.jmix.io/jmix/flow-ui/vc/components/integerField.html
- Add attributes:
- alignSelf
- ariaLabel
- ariaLabelledBy
- css
- focusShortcut
- Remove attributes:
- invalid
- requiredIndicatorVisible
- Add elements:
- suffix
- prefix
I think we can mention that integerField
does not apply formatting, to use localized number values you can use TypedTextField
.