Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when using multiple mode without value prop (uncontrolled) for Listbox and Combobox components #2058

Merged
merged 2 commits into from Dec 2, 2022

Commits on Dec 2, 2022

  1. ensure value in multiple mode is always an array

    In case nothing or `undefined` was passed.
    RobinMalfait committed Dec 2, 2022
    Copy the full SHA
    2476e65 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Dec 2, 2022
    Copy the full SHA
    b7053cc View commit details
    Browse the repository at this point in the history