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
Steps to Reproduce
Expected state.searchQuery should equal that string
Result state.searchQuery instead equals the entire Dropdown's state
This can be fixed the same way like #2110,
but instead on https://github.com/Semantic-Org/Semantic-UI-React/blob/master/docs/app/Examples/modules/Dropdown/Usage/DropdownExampleRemote.js#L24
The text was updated successfully, but these errors were encountered:
@patrikmolsson Thanks for the notice. Would you like to make PR? 😃
Sorry, something went wrong.
@layershifter On it!
Issue is solved in PR: #2126
No branches or pull requests
Steps to Reproduce
Expected
state.searchQuery should equal that string
Result
state.searchQuery instead equals the entire Dropdown's state
This can be fixed the same way like #2110,
but instead on https://github.com/Semantic-Org/Semantic-UI-React/blob/master/docs/app/Examples/modules/Dropdown/Usage/DropdownExampleRemote.js#L24
The text was updated successfully, but these errors were encountered: