-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
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
AutocompleteInput doesn't work decorated with RefernceInput #5757
Labels
Comments
Please follow the issue template |
@djhi I added CodeSandbox link and another video |
I'm also having the same issue, under the same circumstances. I'll be happy to provide a repro too if it's of any use |
Thanks for the report. That's a nasty bug indeed |
I can confirm after testing locally on the RA demo that it was introduced by #5731 as @anjeylink said. Reverting the change fix it. |
Fixed by #5763 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using AutocompleteInput decorated with ReferenceInput it should load new possible values using user input as query filter after user starts typing.
Instead when it trying to load new possible values "AutocompleteInput" disappear and appear again after request was finished with old value of input and old possible values. see video.
I think this is related to #5731
CodeSandbox
https://codesandbox.io/s/strange-drake-gm82q?file=/src/comments/CommentEdit.js
react_admin.mp4
Not possible to filter posts.
reac_admin_code_sandbox.mp4
The text was updated successfully, but these errors were encountered: