timelessco / chakra-components

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

[ComboBox] ListBox values changes as we type when dropdown closed #67

Open navin-moorthy opened 4 years ago

navin-moorthy commented 4 years ago

Not a bug: A little confusion in behaviour of listbox. When we type then, choose the dropdown closes. If we type when it is still focused, the value changes. This happens in native select box too. But never seen it in the accessibility docs.

Originally posted at issue

navin-moorthy commented 4 years ago

This feature was requested by @sandeepprabhakaran image

As per the Reach-UI's Listbox implementation

navin-moorthy commented 4 years ago

@prasanna1211 what's your thought on this? This was implemented as per the Reach-UI's Listbox implementation.