-
-
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 text not shown on edit #1578
Comments
Thanks for reporting the issue. Can you reproduce this issue with the beta version? (available on the This will help the debug a lot. |
seems to work fine in the |
I can't reproduce the issue on |
i use it in custom component
when you come the form that contains this component with redirect from |
The problem comes from your component, because I cant' reproduce it. You should fallback to a simple |
@fzaninotto reproduced it here https://codesandbox.io/s/82jq1j3w5l it's reproducible only if you take the code from AutocompleteInput out of AOR source and put it in your application (as in example) |
OK, the codesandbox shows the issue, reopening. It's only on |
Moved to marmelab/admin-on-rest#4 |
after merging #1525 the AutocompleteInput searchText is sometimes not shown
(mostly after moving mouse to address bar and reloading page by clicking in it and pressing enter)
managed to fix it by adding componentDidMount
but that is probably not the best solution
(edit: using aor 1.4.0 with manually merged #1525 and react 0.16.2 )
The text was updated successfully, but these errors were encountered: