Leif Åstrand
Leif Åstrand
Two wild ideas: * Could a `MutationObserver` somehow detect when the other button is no longer checked? * Could there be `:checked` CSS selector that triggers a dummy animation that...
I was thinking of weird effects like an internal `childList` change or something like that.
Any recursive finding of all children would have to stop searching if encountering another `` element. This actually makes me think of another way of implementing this. `` could look...
One additional requirement from https://github.com/vaadin/flow/issues/21929 is to open the resource inline in a new browser tab rather than starting a download.
> I want the system to prevent me from doing mistakes, like forgetting to provide a required value, but I don't want the system to get in my way. I...
I'm thinking of the value in the field being ` Text ` and the cursor at index 3 i.e. after the `T`. After trimming, that index would put the cursor...
Related: https://github.com/vaadin/flow-components/issues/7066
Seems to be related to the redraw flag. If I instead apply my options through `configuration` (through a `ref` since I'm using React), then I see similar behavior if I...
See https://github.com/vaadin/framework/issues/10544 for a discussion about the feature in Vaadin 8.
There's a bit of weak typing here that I don't see how to avoid. TypeScript doesn't have any way of knowing that `createMenuItems` has anything to do with `export const...