1.0.0-alpha1 – vaadin-time-picker First Alpha Release
yuriy-fix
released this
21 Jun 08:37
·
163 commits
to master
since this release
First alpha release of vaadin-time-picker
element with a limited set of features.
Features
- Time selection with mouse, keyboard navigation or touch device.
- Supported time formats are in ISO 8601:
hh:mm
(default)hh:mm:ss
hh:mm:ss.fff
- Support for custom parser, formatter and validator.
- Two-way data-binding of
value
property. - Support for
step
property which controls the visibility of dropdown and resolution of the component.
Usage:
<vaadin-time-picker></vaadin-time-picker>