Closed professor93 closed 9 months ago
@professor93 Did you got any solution here?
It works with our searchable select. https://github.com/outl1ne/nova-multiselect-filter
Is it a nova filter that you are using or a 3rd party one?
@KasparRosin what about BelongsTo relation filter provided by nova using BelongsTo::make('Relation Field, 'relation_field', 'App\Nova\Relation')->sortable()->nullable()->searchable()->viewable(false)->filterable();
this one is not showing inside the detached filter card.
@chiragsenjaliya The current solution is the create your own Filter Select and include it in the detached filters card.
I'll close this issue, as it seems to be not a bug, rather unimplemented feature. View the discussion at #42
Description:
I encountered an issue in Laravel Nova when using a filterable searchable select field inside the DetachedFilters card. When attempting to use the search field, it opens for a brief moment and then immediately closes, preventing me from typing anything.
Steps to Reproduce:
Expected Behavior:
The search field should remain open, allowing the user to type and search within the select field.
Actual Behavior:
The search field briefly opens and then immediately closes, making it impossible to type or search.
Environment: