-
Notifications
You must be signed in to change notification settings - Fork 34
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
Difficulty Switching Searchable Filter Menus #6242
Comments
The video shown is not based on the latest code. Please provide a new video showing the issue as I cannot replicate the " |
Is there anything else I should include in this issue? |
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. |
It's not a stale issue; I'm awaiting a reply from the Nova team. |
Hi again, |
What's can be fixed already has been fixed, still not confident that is solved and that's the reason it's still open at the moment. More reports and ideas are welcomed |
Hey everyone,
Apologies for reaching out again. Over the past month, I've opened three issues regarding the "Difficulty Switching Searchable Filter Menus" problem (first, second, third).
Firstly, thank you for your quick responses and the fixes released so far. However, the issue persists.
To recap, I've enabled the
searchable
andfilterable
flags on someBelongsTo
fields.While searching works fine on create/update pages, encountering at least two of these fields on the index page leads to difficulties when trying to use the filter menu. (For detailed explanations and recorded video demonstrations of the issue, please refer to the previous issues)
Some Investigations
Upon investigating the Nova source code, I found that commenting out
this.$refs.input.focus()
in thechooseSelected
andchoose
methods ofresources/js/components/Inputs/SearchInput.vue
resolves the problem.However, this disables the focus feature, reopening menus using keyup/keydown events, and the tab functionality.
Further investigation revealed that this issue arises when using SearchInput in nested dropdowns.
I hope this information is helpful. While I'm still working on finding a proper fix, I'm relatively new to Nova core.
Thanks for your understanding.
Related To:
#6189
#6199
#6227
Reproduction Repository:
https://github.com/mostafaznv/nova-searchable-filters-bug
Video:
link
The text was updated successfully, but these errors were encountered: