Serhii Kulykov
Serhii Kulykov
Similar issue for `vaadin-board`: https://github.com/vaadin/web-components/issues/494
Using of CSS grid is already part of the new auto-responsive layout mode. I'd say this is more about a "fieldset" which is requested in https://github.com/vaadin/web-components/issues/1085.
Yes it's possible to override role attribute, but it's not something we can recommend for styling links. But you can try it.
> there seems to be nothing technically or semantically wrong with nesting an anchor in it when role="link" is used. I would say it's worth trying 👍 > Alternatively: is...
Just to clarify, are you testing on Windows? It doesn't crash for me on Mac OS:
Confirmed and reported https://github.com/vaadin/web-components/issues/10403 to investigate. Thanks a lot for bringing this up!
> Note that on mobile/smartphone devices, with assistive technologies, the date picker currently does not operate correctly at all - once opened, it does not receive focus programmatically, and users...
We tried using `aria-modal`, see https://github.com/vaadin/web-components/pull/9976. However there are still some problems with content outside the date-picker overlay being announced in Safari VoiceOver, which could be related to the delay...
Aura theme doesn't support color variants for Notification yet. This can be changed in a future version.
There is `overlayClass` API that allows CSS class name to be set on `vaadin-notification-card` elements.