yury-dymov / react-autocomplete-input

Autocomplete input field for React
https://yury-dymov.github.io/react-autocomplete-input/
MIT License
199 stars 65 forks source link

Onclick option list not working #1

Closed ChocoMomo closed 8 years ago

ChocoMomo commented 8 years ago

When clicking on the list the value isn't set at all.

yury-dymov commented 8 years ago

Hi @ChocoMomo,

may I ask you to provide an example of the code?

I just checked my demo https://yury-dymov.github.io/react-autocomplete-input/, clicked an option in the list and it worked.

Zuyderwijk commented 8 years ago

@yury-dymov @ChocoMomo which browser? i'm guessing it has to do with the fact it's not setting a value because it can't register the click/tap event.

yury-dymov commented 8 years ago

@ChocoMomo @Zuyderwijk good note. Anyway, please help me reproduce the issue, so I could resolve it. I am using this package in production for quiet some time so I am also interested in fixing it in case smthing is broken

yury-dymov commented 8 years ago

@ChocoMomo, closed. Feel free to reopen after you'll be able to provide more information

yury-dymov commented 7 years ago

fixed here: https://github.com/yury-dymov/react-autocomplete-input/issues/7