buildo/react-components

Split dropdown in "single" and "multi" components

veej opened this issue · 0 comments

veej commented

Description

The different typings for single/multi mode are causing some issues with the inference of props types, and it will get worse with the addition of a "select all" mode (see #947)
As a consequence, we decided to split the Dropdown component in a SingleDropdown and a MultiDropdown with different prop types.