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 #728

Closed yuriy-fix closed 4 years ago

yuriy-fix commented 4 years ago

Fixes #709

has-helper and has-error-message are not used for styling in date-picker. Not sure if those should be aligned across the components, so I've not added those.

yuriy-fix commented 4 years ago

date-picker is just propagating the helperText to the internal text-field. It makes sense to fix the issue in it, instead of trying to adjust it in the containing component 🤔