timelessco / chakra-components

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

[ComboBox] Options gets filtered when pressing spacebar #70

Closed navin-moorthy closed 4 years ago

navin-moorthy commented 4 years ago

I think Pressing space bar when the input is empty needs a different behaviour. Currently it treats as a space which generally not used to be the case. react select, selects the first option when the dropdown is open and the space bar is pressed.

Originally posted at issue

navin-moorthy commented 4 years ago

Fixed in Commit

navin-moorthy commented 4 years ago

image

navin-moorthy commented 4 years ago

Left some detailed comments here and there to understand the motive of the code starting today. Even I forgot the motive of adding why some lines of code was written.