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
What you were expecting: While working with ReferenceInput + AutocompleteInput noticed that setFilterValue is always called.
setFilterValue
Other information: permanentFilterProp.current = {country: "/api/countries/58b3bd32-2f3e-11ea-8ee3-0a04f1d0b860"} permanentFilter {country: "/api/countries/58b3bd32-2f3e-11ea-8ee3-0a04f1d0b860"}
Values are the same but due to strict ===, useFilterState is constantly calling setFilterValue
useFilterState
Ref.: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness
Environment
Probably related #4473
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What you were expecting:
While working with ReferenceInput + AutocompleteInput noticed that
setFilterValue
is always called.Other information:
permanentFilterProp.current = {country: "/api/countries/58b3bd32-2f3e-11ea-8ee3-0a04f1d0b860"}
permanentFilter {country: "/api/countries/58b3bd32-2f3e-11ea-8ee3-0a04f1d0b860"}
Values are the same but due to strict ===,
useFilterState
is constantly callingsetFilterValue
Ref.: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness
Environment
Probably related #4473
The text was updated successfully, but these errors were encountered: