Closed vxsl closed 2 years ago
noice good feature for simpler usage although there the is dropdown base component for this without fancy styling
Ah, true, the styling is definitely most often required though. The button looks ok but the dropdown component is very different
this would allow devs to use the
DropdownSelect
component more easily in cases where the more complex functionality, such as descriptions and dividers, is not required.for example, if
myData = ['option1', 'option2', 'option3', ...]
andmyValue
is some string or array of strings (depending onisMulti
)becomes
This would not impact existing usage of the component because the
simple
prop defaults tofalse
.