algolia / react-instantsearch

⚑️ Lightning-fast search for React and React Native applications, by Algolia.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/
MIT License
1.97k stars 386 forks source link

Algolia's searchBox is stuck and is not accepting new values #3634

Closed Arthur-Maskalenkas closed 1 year ago

Arthur-Maskalenkas commented 1 year ago

πŸ› Bug description

I'm trying to type new values ​​after instantiating Algolia's SearchBox, but it doesn't change the input value at all. I've recreated the NextJs boilerplate and implemented it 5 times, but the value never changes. What could it be?

πŸ” Bug reproduction

1 - Clone my repository https://github.com/Arthur-Maskalenkas/bug-report 2 - try typing input

Live reproduction:

https://codesandbox.io/p/github/Arthur-Maskalenkas/bug-report/csb-zf1foq/draft/happy-smoke?file=%2FREADME.md

πŸ’­ Expected behavior

I would like the input to update the value if anything is typed.

πŸ–₯ Screenshots

https://i.ibb.co/3rRc0tN/GIF-24-09-2022-17-47-21.gif

Environment

additional info

https://stackoverflow.com/questions/73840560/algolias-searchbox-is-stuck-and-is-not-accepting-new-values

aymeric-giraudet commented 1 year ago

Hi @Arthur-Maskalenkas,

This seems like a duplication of issue https://github.com/algolia/react-instantsearch/issues/3629.