You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you reporoduce the code suggested in your documentation, you may encounter this problem. However, I resolved it by applying z-index=1500 to the dialog. the z-index of suggestion list is 1300 and can cover the dialog if it's not set to higher.
I followed example code in this link:
https://marmelab.com/react-admin/AutocompleteInput.html#create
But when the dialog is poped up the suggestion list opens up and covers it.
The text was updated successfully, but these errors were encountered: