vaadin / vaadin-date-picker

The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.

Home Page:https://vaadin.com/components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation issue

yuriy-fix opened this issue · comments

vaadin-date-picker invalid cannot be set initially. invalid message is just blinking on reload.

Example used:
<vaadin-date-picker label="Date" invalid error-message="Invalid"></vaadin-date-picker>

Can be reproduced on custom field alignment visual tests:

date-picker

Looks like vaadin/vaadin-text-field#417 which should be fixed in vaadin-text-field: v2.4.12, v2.5.0-alpha2, v2.6.0-alpha1

Does this still happen here if using vaadin-text-field v2.4.12 ?

Yeap, it is still happening.
There is already a fix for this one by @web-padawan: #684

Closing as fixed (since vaadin-date-picker v4.0.5). Verified working in custom-field visual tests again.