Serhii Kulykov

Results 356 comments of Serhii Kulykov

Thanks, that's something I haven't tried. We do not have such a problem with `iron-list` (although we do have lots of different ones, like having to flush debouncers manually). I...

@graynorton do you have any update to share? At Vaadin, we consider using `lit-virtualizer` as an option for future version of `vaadin-grid`. One particular use case we are interested in...

1. Please consider renaming "Web Components" to use actual APIs by changing [these lines](https://github.com/StateOfJS/StateOfJS-Vulcan/blob/1b06c3251ddc6bce30a6d5852010f2acd556ba88/packages/stateofjs/lib/surveys/yml/js2020outline.yml#L74-L75) to the following ones: ``` - title: Custom Elements id: custom_elements - title: Shadow DOM id:...

- [`:host`](https://developer.mozilla.org/en-US/docs/Web/CSS/:host) - [`:host()`](https://developer.mozilla.org/en-US/docs/Web/CSS/:host()) - [`::slotted()`](https://developer.mozilla.org/en-US/docs/Web/CSS/::slotted) - [`::part()`](https://developer.mozilla.org/en-US/docs/Web/CSS/::part)

Note: we consider [empty string](https://github.com/vaadin/web-components/blob/3633c1a76adc81c3fe1e9923150fe79ece9fcda3/packages/integer-field/src/vaadin-integer-field.js#L79) as a correct way to reset value of `vaadin-integer-field`, but not `null` or `undefined`.