vaadin / vaadin-date-picker

The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
165 stars 78 forks source link

Add helper text slot and API #709

Closed juuso-vaadin closed 4 years ago

juuso-vaadin commented 4 years ago

Add slot for displaying text or component related to field. Baseline implementation has been done for vaadin-text-field. See https://github.com/vaadin/vaadin-text-field/pull/410/ All implementations should follow the baseline implementation to achieve the same functionality.

Requirements

Visual specifications

image