Serhii Kulykov
Serhii Kulykov
Closing per above comment as there is no need for theme attribute propagation in the V24 version of the component.
Hey, stumbled upon this in the `esbuild` issue linked above (coming from Vite land), sorry to bother you here also. We have a reduced test case for the problem manifesting...
A customer in EC expressed interest in Highcharts zooming which is also available since v11: > Since v11.1, mouse wheel zooming is available through the [zooming.mouseWheel](https://api.highcharts.com/highcharts/chart.zooming.mouseWheel) option set. It requires...
Regarding `` tag used for list - here's a [comment](https://github.com/quilljs/quill/issues/3957#issuecomment-1945538748) suggesting `quill.getSemanticHTML()` which returns correct markup.
One issue which might be fixed by upgrading to Quill 2: https://github.com/vaadin/flow-components/issues/4773
Some commits in v2.0 with improvements that we could benefit from: - [Improve support for pasting from Google Docs and Microsoft Word](https://github.com/slab/quill/pull/3989) - [Support "paste and match style"](https://github.com/slab/quill/pull/3927) - [Improve...
Updated in #7549
You can use `--manual` flag to run in the manual mode, this will print the URL in the console. However, note that browser commands like `sendKeys()` are not available in...
Thanks for the issue. We currently have no plans to change the overlay system but it might be worth researching. Using native `` as a foundation for `vaadin-dialog` is something...
Fixed by updating `vaadin-select` to use `popover` in https://github.com/vaadin/web-components/pull/9751 and released in 25.0.0-alpha8. Closing.