jmix-docs
jmix-docs copied to clipboard
Improve DateTimePicker doc
Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/dateTimePicker.html
- General:
- Date range description using XML markup. Static dates can be set with ISO-date-time format using
min
andmax
element's attributes. E.g.:2007-12-03T10:15:30
- Add Style variants description and examples: See Vaadin doc
- Date range description using XML markup. Static dates can be set with ISO-date-time format using
- Add attributes:
-
ariaLabel
,ariaLabelledBy
-
css
-
focusShortcut
-
overlayClass
-
- Remove attributes:
-
invalid
-
requiredIndicatorVisible
-
- Add elements:
- Add
custom
validator
- Add