jmix-docs icon indicating copy to clipboard operation
jmix-docs copied to clipboard

Improve IntegerField doc

Open Flaurite opened this issue 9 months ago • 0 comments

Description

Original page: https://docs.jmix.io/jmix/flow-ui/vc/components/integerField.html

  1. Add attributes:
    • alignSelf
    • ariaLabel
    • ariaLabelledBy
    • css
    • focusShortcut
  2. Remove attributes:
    • invalid
    • requiredIndicatorVisible
  3. Add elements:
    • suffix
    • prefix

I think we can mention that integerField does not apply formatting, to use localized number values you can use TypedTextField.

Flaurite avatar May 02 '24 10:05 Flaurite