Skip to content

v5.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Haprog Haprog released this 29 Mar 18:19
· 160 commits to master since this 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 the clearButtonVisible 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. Added pointer-events: auto; to vaadin-combo-box-light when the overlay is open, to make the basic click behaviour consistent with vaadin-combo-box.