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
There seems to be an issue with Select fields with option searchable but only when creating a new resource. When you initially drop down the select, no options are presented even though there are options. Pressing enter selects the first available option and thereafter options are visible. I can see from inspecting the DOM, that elements are there, but they just don't appear.
Detailed steps to reproduce the issue on a fresh Nova installation:
Unable to reproduce the issue with latest version, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description:
There seems to be an issue with Select fields with option
searchable
but only when creating a new resource. When you initially drop down the select, no options are presented even though there are options. Pressing enter selects the first available option and thereafter options are visible. I can see from inspecting the DOM, that elements are there, but they just don't appear.Detailed steps to reproduce the issue on a fresh Nova installation:
The text was updated successfully, but these errors were encountered: