Serhii Kulykov
Serhii Kulykov
Thanks for the issue. The closest component that we have is [`vcf-popup`](https://github.com/vaadin-component-factory/vcf-popup) - note, it isn't part of Vaadin components yet. We might want to also use this as a...
We now have `vaadin-popover` component released in v24.5.0 which covers this use case. Closing.
In Vaadin 24, HTML is used by default and there is `asDelta()` for those who need Delta format. Closing as no longer relevant.
This could be likely fixed by https://github.com/webdriverio/webdriverio/commit/b63166ae24e2792310fda4dbaab851967a44082d, will test when a new release is out.
Confirmed that there is no error with v9.18.1 both in my test project and in our actual visual tests. Thanks! Closing as fixed.
Thanks for the issue. This is a known limitation of Quill library we use under the hood: it doesn't support `` tags. See https://github.com/quilljs/quill/issues/4194 (also the original issue reported at...
We could implement this in V25 by adapting the fix from https://github.com/quill-next/quill-next/pull/32.
Sorry about not answering earlier. I was a bit hesitant about adding a section with a single item but it's probably fine.
Related: #224 which is supposed to be used as a primitive for creating a card component, among others.
Sorry about not answering earlier, here's a PR with the cherry-pick to 24.4: https://github.com/vaadin/web-components/pull/8368