vaadin / web-components

A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
https://vaadin.com/docs/latest/components
470 stars 83 forks source link

Implement _createPropertyObserver API in PolylitMixin #8136

Closed web-padawan closed 1 week ago

web-padawan commented 1 week ago

Describe your motivation

This Polymer API is used in some Flow components connectors: Grid, VirtualList.

Describe the solution you'd like

Need to add _createPropertyObserver() in addition to _createMethodObserver() that we already have.