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

Revert new default value of Select's isClearable prop #484

Merged
merged 1 commit into from
May 13, 2021

Conversation

TyMick
Copy link
Collaborator

@TyMick TyMick commented May 13, 2021

Suddenly defaulting isClearable to true broke several Selects in ChMS (and likely elsewhere), since they'd (naturally) written onChange handlers had never needed to expect null values before. This PR just removes that default value—none of the other changes from #478 should be breaking.

See this thread for more background/discussion.

Suddenly defaulting isClearable to true broke several Selects in ChMS
(and likely elsewhere) since they'd written onChange handlers had never
needed to expect null values before.
@TyMick TyMick merged commit 05a07db into Faithlife:master May 13, 2021
TyMick referenced this pull request May 13, 2021
Only for clearable single-value Selects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants