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

feat: add isClearable prop to Select and AsyncSelect #1310

Conversation

haideralsh
Copy link
Contributor

Description

Passing isClearable allows clearing single-select values from the Select input with a button.

Changes include

  • breaking change: a change that is not backwards-compatible and/or changes current functionality
  • fix: a non-breaking change that solves an issue
  • feature: a non-breaking change that adds functionality
  • chore: contains no changes affecting the library, such as documentation or test updates

Feature checklist

  • Appropriate tests have been added
  • Documentation has been updated
  • Accessibility has been considered

@haideralsh haideralsh linked an issue Nov 13, 2023 that may be closed by this pull request
4 tasks
@haideralsh haideralsh merged commit 6e80f68 into master Nov 13, 2023
2 checks passed
@haideralsh haideralsh deleted the 1309-add-a-clear-button-to-the-select-and-asyncselect-components branch November 13, 2023 21:36
github-actions bot pushed a commit that referenced this pull request Nov 13, 2023
# [8.17.0](v8.16.0...v8.17.0) (2023-11-13)

### Features

* add `isClearable` prop to Select and AsyncSelect ([#1310](#1310)) ([6e80f68](6e80f68))
Copy link

🎉 This PR is included in version 8.17.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a clear button to the Select and AsyncSelect components
1 participant