CodeWithDennis
CodeWithDennis
That should only happen with single select fields. Can you share your code and maybe a short video?
Thanks, that's definitely strange... does the behavior stop when you remove `live()`?
> @CodeWithDennis > > SelectTree::make('permission_id') > > ->label(__('filament-users-roles-permissions::users-roles-permissions.role.resource.form.permissions')) > > ->relationship('permissions', 'name', 'parent_id', function ($query) { > > return $query->where('status', true); > > }, function ($query) { > > return...
Looking back at this, it seems the issue is caused because the field is being rendered live, which is what's closing it.
I understand. I’m not sure if I can fix that right now, but one thing you could try is using `->live(onBlur: true)`. Let me know if that helps.
No worries! I will do some good testing and maybe @ariaieboy can take a look at this branch as well?
Got some conflicts because we have updated the package in the lastest version - @lotestudio
Formatting on the stubs are missing
When the count is above 10, wouldn't the pagination tests fail?
I have reverted PR https://github.com/CodeWithDennis/filament-select-tree/pull/149 that has might have caused this, can you update and check again?