-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Bug]: If I want to select multiple values, each time I need to click the select. The nodes closing immediately after each item selected #119
Comments
Any update on this issue? @CodeWithDennis |
That should only happen with single select fields. Can you share your code and maybe a short video? |
Thank You for response, |
Thanks, that's definitely strange... does the behavior stop when you remove |
Without the live(), its working as expected |
@CodeWithDennis |
I figured, i wont have time since im leaving for holiday soon but if you want to take a crack at it i would appreciate it |
Looking back at this, it seems the issue is caused because the field is being rendered live, which is what's closing it. |
@CodeWithDennis , Thank you. But I need to implement this with live(), because this field is dependence on some other columns |
I understand. I’m not sure if I can fix that right now, but one thing you could try is using |
I already tried this, but it's not worked |
The same issue with me. note: I'm using it in the table filters. |
What happened?
Attaching the video
Screencast from 01-08-24 12:26:03 PM IST.webm
How to reproduce the bug
SelectTree::make('permission_id') ->label('Permissions') ->live() ->relationship('permissions', 'name','parent_id', function ($query) { return $query->where('status', true); },function ($query) { return $query->where('status', true); }) ->searchable() ->columnSpanFull()
Package Version
3.1.42
PHP Version
8.2
Laravel Version
11.18.1
Which operating systems does with happen with?
Linux
Notes
No response
The text was updated successfully, but these errors were encountered: