timelessco / chakra-components

Components built on top of Chakra UI
MIT License
1 stars 0 forks source link

[ComboBox] ListBox selects the disabled values #71

Closed navin-moorthy closed 4 years ago

navin-moorthy commented 4 years ago

When the dropdown is not active, listbox selects the disabled values too

navin-moorthy commented 4 years ago

ListBox will just ignore the disabled values whent the inputValue changes. Selects only the valid values.