-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
chore: Merges latest Select changes #16587
chore: Merges latest Select changes #16587
Conversation
@@ -416,6 +427,7 @@ const Select = ({ | |||
allowNewOptions, | |||
initialOptions, | |||
isSingleMode, | |||
onChange, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@geido onChange
was not in the list of dependencies in your original PR. It's a good idea to check that you're passing a memoized function 😉
| 'notFoundContent' | ||
| 'onChange' | ||
| 'onClear' | ||
| 'onFocus' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@geido I didn't add defaultValue
assuming that we can use value
.
Codecov Report
@@ Coverage Diff @@
## master #16587 +/- ##
=======================================
Coverage 76.71% 76.71%
=======================================
Files 1002 1002
Lines 53823 53832 +9
Branches 7287 7293 +6
=======================================
+ Hits 41292 41299 +7
- Misses 12291 12293 +2
Partials 240 240
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
SUMMARY
Merges latest
Select
changes made in #16483, #16393, and #16510.TESTING INSTRUCTIONS
All tests should pass.
ADDITIONAL INFORMATION