Serhii Kulykov
Serhii Kulykov
This feature is present in the V8 version (which is using native `select` under the hood): https://demo.vaadin.com/sampler/#ui/data-input/multiple-value/list-select
Quickly updated RTE on top of Quill 2.0.0-dev.3 for possible using in Incubator project. Prototype branch: https://github.com/vaadin/vaadin-rich-text-editor/tree/quill-2x Quill fork: https://github.com/web-padawan/quill/tree/shadow-2x There are at least 2 breaking changes in Quill 2.0...
The setting is promoted by both our starters and Polymer Starter Kit. What it does is setting `passive: true` when adding event listener, and therefore unability to invoke `e.preventDefault` on...
### Description When user clicks a disabled item, the `click` event propagates to `vaadin-select`. This happens because of the following code: https://github.com/vaadin/vaadin-select/blob/602dd1abd75331677bea441164e80bb80338cee2/src/vaadin-select.html#L455-L458 #### Live Demo  #### Expected Results Nothing...
## Description Related to https://github.com/vaadin/web-components/pull/7392 ## Type of change - Enhancement ## Note Currently `getColorOptions()` doesn't return the default value of the corresponding web component property. This could be probably...
### Description Reported in https://github.com/vaadin/flow-components/pull/6337#discussion_r1673707947 Similar issue to what was fixed for Dialog in https://github.com/vaadin/flow-components/pull/5258. This is reproducable as such: - Configure popover to open / close on hover -...
## Description DO NOT MERGE. The PR is for testing IE11 in SauceLabs Based on https://github.com/vaadin/quill/pull/5 ## Type of change - Test
## What I did Fixes https://github.com/modernweb-dev/web/issues/2793 1. Added a flag to disable the behavior altering change in latest Node 22.7.0 which makes one of the tests fail.