Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom select control: don't announce external value changes (#22815)
* Don't announce external value change * Correct aria attributes * Improve value equality checking. * Selected item doesn't always exist * Check if value exists and add default * Fix initial selection * Memoize getSelectOptions instead * Switch to useMemo
- Loading branch information