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

refactor: reduce item renderer calls in combo box #8173

Closed sissbruecker closed 2 days ago

sissbruecker commented 3 days ago

Replaces calls to ComboBoxMixin.requestContentUpdate with calling requestContentUpdate on the scroller, which avoids additional item renderer calls after the scroller has already updated.

sonarcloud[bot] commented 2 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

vaadin-bot commented 22 hours ago

This ticket/PR has been released with Vaadin 24.6.0.beta1 and is also targeting the upcoming stable 24.6.0 version.