assisrafael / react-bootstrap-utils

React bootstrap library
MIT License
6 stars 6 forks source link

Issue with FormAutocomplete when there are many options #4

Closed vbarcellos closed 4 years ago

vbarcellos commented 4 years ago

When I filter my options then select one of the filtered values, the value selected wrong. It appears to select relative to the index of all the options.

Eg: If I type something "cde..." then select the second result out of those, what is actually selected is the second result of all the options, not the one I clicked.

assisrafael commented 4 years ago

Fixed on v0.12.0. Please reopen if the problem reappear.