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

Improve DateTimePicker doc

Open KremnevDmitry opened this issue 9 months ago • 0 comments

Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/dateTimePicker.html

  1. General:
    • Date range description using XML markup. Static dates can be set with ISO-date-time format using min and max element's attributes. E.g.:2007-12-03T10:15:30
    • Add Style variants description and examples: See Vaadin doc
  2. Add attributes:
    • ariaLabel, ariaLabelledBy
    • css
    • focusShortcut
    • overlayClass
  3. Remove attributes:
    • invalid
    • requiredIndicatorVisible
  4. Add elements:
    • Add custom validator

KremnevDmitry avatar May 02 '24 10:05 KremnevDmitry