croz-ltd / tiller

🔖 Tiller DS is an open-source UI library that provides a range of visual, functional components and patterns that speed up design and development.
https://croz-ltd.github.io/tiller
Apache License 2.0
28 stars 1 forks source link

#250 Fix `Select` downshift console errors #260

Closed fbeceic closed 6 months ago

fbeceic commented 6 months ago

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's getMenuProps getter function.

Related issue

250

Types of changes

Checklist