Skip to content

1.0.0-alpha1 – vaadin-time-picker First Alpha Release

Compare
Choose a tag to compare
@yuriy-fix yuriy-fix released this 21 Jun 08:37
· 159 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>