We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I was trying to use useRef on the searchbar component with no luck. I was using the inputRef prop as indicated. Is there anything I'm missing?
The text was updated successfully, but these errors were encountered:
We override inputRef here: https://github.com/TeamWertarbyte/material-ui-search-bar/blob/master/src/components/SearchBar/SearchBar.js#L149
inputRef
The solution would be to "split" that ref so that it can be used from the outside. PR welcome 🙃
Sorry, something went wrong.
No branches or pull requests
Hi
I was trying to use useRef on the searchbar component with no luck. I was using the inputRef prop as indicated. Is there anything I'm missing?
The text was updated successfully, but these errors were encountered: