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
In Vaadin 8 you could use the DateField (by setting DateFormat and Resolution) to allow entering partial dates, e. g. dd.mm. or mm.yyyy. This is not possible with Flow's DatePicker.
Describe the solution you'd like
Please either extend DatePicker or add DateField component to allow partial dates.
Describe alternatives you've considered
As an alternative one can use a CustomField with some Selects, but this requires some manual work for data binding, updating one Select by the value of another (different number of days depending on month and leap year) etc.
A standard component would be highly appreciated.
The text was updated successfully, but these errors were encountered:
Hello Sascha,
thanks a lot for your reply.
I'm pretty sure that I tested that before and had some issue, but right now I can neither remember nor reproduce what the problem was. I'll test again and report here soon.
Add `setAriaLabel`/`getAriaLabel` methods to `Grid` that uses the
`accessibleName` property available in the web component to set the
`aria-label` attribute on its internal `<table>` element.
Fixes#6749
Describe your motivation
In Vaadin 8 you could use the DateField (by setting DateFormat and Resolution) to allow entering partial dates, e. g. dd.mm. or mm.yyyy. This is not possible with Flow's DatePicker.
Describe the solution you'd like
Please either extend DatePicker or add DateField component to allow partial dates.
Describe alternatives you've considered
As an alternative one can use a CustomField with some Selects, but this requires some manual work for data binding, updating one Select by the value of another (different number of days depending on month and leap year) etc.
A standard component would be highly appreciated.
The text was updated successfully, but these errors were encountered: