You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to React/Belle but am experiencing an issue with the Combobox. I believe this is showing up in the documentation too.
When I set maxOptions and then begin typing into the input to sort through the options, the options are correctly sorted and displayed. However when I click on the option I have filtered down to, the incorrect option is put into the input.
So in the documentation on the currency example, if I begin typing "Egypt" into the box, it correctly sorts and finds the Egypt option: http://i.imgur.com/rrTMlB3.png
It seems like it is simply picking in order - if the filtered option is third on the list, it picks the "Canada Dollar". If Fifth, the "Costa Rica Colon", etc.
I am not sure if I am doing something wrong with this or not, but I am getting the same behavior in my code with different data.
The text was updated successfully, but these errors were encountered:
I am new to React/Belle but am experiencing an issue with the Combobox. I believe this is showing up in the documentation too.
When I set maxOptions and then begin typing into the input to sort through the options, the options are correctly sorted and displayed. However when I click on the option I have filtered down to, the incorrect option is put into the input.
So in the documentation on the currency example, if I begin typing "Egypt" into the box, it correctly sorts and finds the Egypt option: http://i.imgur.com/rrTMlB3.png
However when I click on Egypt, the Australia Dollar shows up in the box: http://i.imgur.com/ynPh6TO.png
It seems like it is simply picking in order - if the filtered option is third on the list, it picks the "Canada Dollar". If Fifth, the "Costa Rica Colon", etc.
I am not sure if I am doing something wrong with this or not, but I am getting the same behavior in my code with different data.
The text was updated successfully, but these errors were encountered: