Serhii Kulykov
Serhii Kulykov
Actually, since the original issue is about focus / blur events and that was fixed, I'll close it and create a new one instead.
Converted back to draft for now until the repo is updated to the next 24.5 alpha (will rebase once that is done).
@dependabot rebase
This was already updated in #2823, closing.
> Only strings are valid values for the value property. That said, we'd like the field components to automatically convert null and undefined to an empty string to facilitate migration...
Closing as not planned, see https://github.com/web-padawan/vanilla-colorful/pull/110#issuecomment-3527808609 for the reasoning.
This is a duplicate of #893
See also https://github.com/vaadin/vaadin-list-box/issues/11#issuecomment-545316100
This issue should be tackled together with #96
Here is a [proof of concept](https://github.com/vaadin/web-components/commit/e494cfe50fbcacdca8364f05c74f6e2989338e7d) which contains a solution: 1. Adding [`inert`](https://github.com/WICG/inert) and [`blocking-elements`](https://github.com/PolymerLabs/blocking-elements) polyfills 2. Making the drawer inert when it is closed in overlay mode - this...