jmix-docs
jmix-docs copied to clipboard
Improve DatePicker doc
Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/datePicker.html
- General:
- Date range description using XML markup. Static dates can be set with
yyyy-MM-dd
format usingmin
andmax
element's attributes. - Add Style variants description and examples: See Vaadin doc
- Add example for data binding
- Date range description using XML markup. Static dates can be set with
- Add attributes:
-
css
-
focusShortcut
-
ariaLabel
,ariaLabelledBy
-
overlayClass
-
- Remove attributes:
-
invalid
-
requiredIndicatorVisible
-
- Add elements:
- Add
custom
validator -
prefix
- Add