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
Setting resettable prop to a SearchInput component doesn't have any effect. The component always show the search icon on the end.
resettable
SearchInput
I set it to every Filter of this demo: https://codesandbox.io/s/react-admin-demo-300-0sygp
Filter
The text was updated successfully, but these errors were encountered:
Thanks for reporting!
Sorry, something went wrong.
Fix TextInput endAdornment when resettable
17a8dc9
Closes #4069 and #3869. Supersedes #3905
Fixed by #4107
fzaninotto
No branches or pull requests
Setting
resettable
prop to aSearchInput
component doesn't have any effect.The component always show the search icon on the end.
I set it to every
Filter
of this demo:https://codesandbox.io/s/react-admin-demo-300-0sygp
The text was updated successfully, but these errors were encountered: