You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add slot for displaying text or component related to field.
Baseline implementation has been done for vaadin-text-field. See vaadin/vaadin-text-field#410
All implementations should follow the baseline implementation to achieve the same functionality.
Requirements
Add helper-text part which contains slot helper
Add observer to add has-helper attribute when helperText property is set
Add slotchange event handler to add has-helper attribute when content placed in helper slot
Add helper text to aria-describedby
Add observer for error message to add has-error-message attribute (used to hide helper in material theme when error message is set)
Visual specifications
The text was updated successfully, but these errors were encountered:
Add slot for displaying text or component related to field.
Baseline implementation has been done for vaadin-text-field. See vaadin/vaadin-text-field#410
All implementations should follow the baseline implementation to achieve the same functionality.
Requirements
helper-text
part which contains slothelper
has-helper
attribute whenhelperText
property is sethas-helper
attribute when content placed in helper slotaria-describedby
has-error-message
attribute (used to hide helper in material theme when error message is set)Visual specifications
The text was updated successfully, but these errors were encountered: