You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a very outdated version of react-select (v1.0.0-rc.4), which was released over 3 years ago. We should update to the latest for performance, accessibility, and other improvements
This is used indirectly in a number of places, but ultimately all via SearchableDropdown. This upgrade will likely also alleviate the need for this "temp fix".
The text was updated successfully, but these errors were encountered:
Connects #14490
### Description
This bumps `react-select` to the current version (3.1.0), updates `SearchableDropdown` to match new syntax and imports, sets up new SCSS styles due to changes in `react-select`, and adjusts the async functions of the few components that use it when calling `SearchableDropdown`.
### Acceptance Criteria
- [ ] Code compiles correctly
- [ ] Styling of controls remain visually the same
- [ ] Components that use `async` prop of `SearchableDropdown` are updated to return just the array of options rather than wrapped in an object
- [ ] Accessibility checks pass
Description
We are using a very outdated version of
react-select
(v1.0.0-rc.4), which was released over 3 years ago. We should update to the latest for performance, accessibility, and other improvementsAcceptance criteria
react-select
to latestSearchableDropdown
Background/context/resources
Technical notes
This is used indirectly in a number of places, but ultimately all via
SearchableDropdown
. This upgrade will likely also alleviate the need for this "temp fix".The text was updated successfully, but these errors were encountered: