v5.0.0-alpha1
Pre-release
Pre-release
Live Demo →
API Documentation →
⚠️ Breaking Changes Since v4.x:
- The clear button is now hidden by default. To make it visible, set the
clear-button-visible
attribute or use theclearButtonVisible
property. (Note: if the value of the combo box is empty, the clear button is always hidden.)
Changes Since v4.2.8:
Breaking changes
-
feat: add clear-button-visible API from
<vaadin-text-field>
(#794)Makes the clear button hidden by default (breaking change)
Fixes #786
Fixes
-
fix: focus, open/close and clear behaviour for
vaadin-combo-box-light
There were some issues with
vaadin-combo-box-light
behaviour related to focus, opening/closing the overlay and using a custom clear button. Addedpointer-events: auto;
tovaadin-combo-box-light
when the overlay is open, to make the basic click behaviour consistent withvaadin-combo-box
.