Fixed downshift errors appearing in the console when rendering Select/SelectField components by always (not conditionally) rendering the component using downshift's getMenuProps getter function.
Related issue
250
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[x] I have read the project's CONTRIBUTING document
[x] I have checked my code with the project's static analysis tooling
[x] I have formatted my code with the project's Prettier code-style configuration
[x] I have checked my code for misspellings
[x] I have organized my changes in easy-to-follow commits
[ ] My change requires a change to the documentation
Basic information
Description
Summary
Fixed downshift errors appearing in the console when rendering
Select
/SelectField
components by always (not conditionally) rendering the component using downshift'sgetMenuProps
getter function.Related issue
250
Types of changes
Checklist