jw
jw
FFilament
Created by jw on 6/13/2024 in #❓┊help
Filament::getPanel('user')->getUrl(); - Potential Bug?
Hi @Dennis Koch, did I provide enough information? Please let me know if you need anything more. Thanks again for your assistance
10 replies
FFilament
Created by jw on 6/13/2024 in #❓┊help
Filament::getPanel('user')->getUrl(); - Potential Bug?
No description
10 replies
FFilament
Created by jw on 6/13/2024 in #❓┊help
Filament::getPanel('user')->getUrl(); - Potential Bug?
It's strange, as it's giving me a different result between iterations of a loop, calling the same code
10 replies
FFilament
Created by jw on 6/13/2024 in #❓┊help
Filament::getPanel('user')->getUrl(); - Potential Bug?
The first two images I sent are from the Filament codebase "namespace Filament\Panel\Concerns\HasRoutes.php"
10 replies
FFilament
Created by jw on 6/13/2024 in #❓┊help
Filament::getPanel('user')->getUrl(); - Potential Bug?
No description
10 replies
FFilament
Created by jw on 6/13/2024 in #❓┊help
Filament::getPanel('user')->getUrl(); - Potential Bug?
No description
10 replies
FFilament
Created by jw on 4/21/2024 in #❓┊help
CheckboxList Bug when used inside Fieldset with relationship?
I ended up using a workaround for this in the meantime by creating normal checkboxes (as the options are all columns on the one model (ie: user->item_1, user->item_2, ...). So, it's not critical to me now but could still be an issue for someone else. Let me know if you'd like further investigation or I should close. Thanks for your assistance
5 replies
FFilament
Created by jw on 4/21/2024 in #❓┊help
CheckboxList Bug when used inside Fieldset with relationship?
Hi Dennis, sorry for the slow reply, I have been travelling. Yes, it does happen even without the 'afterStateHydrated'.
5 replies
FFilament
Created by jw on 4/19/2024 in #❓┊help
Get current value of table filter
No description
4 replies
FFilament
Created by jw on 3/23/2024 in #❓┊help
Get $get function doesn't retrieve value from a field in a different Fieldset
FYI, I found the answer by using: $get('data.club_id', true);
4 replies
FFilament
Created by jw on 2/8/2024 in #❓┊help
Textinput not populating relationship data in EditRecord Form
Who do we speak to, to get it added to the official documentation? Or find out where it's located if I missed it.
10 replies
FFilament
Created by jw on 2/8/2024 in #❓┊help
Textinput not populating relationship data in EditRecord Form
Thanks @toeknee, but that's not the one
10 replies
FFilament
Created by jw on 2/8/2024 in #❓┊help
Textinput not populating relationship data in EditRecord Form
Thanks @Leandro Ferreira! That works perfectly. Could you please tell me where the documentation is for this 'Group' component? I couldn't find it on the filament website. Thank you
10 replies
FFilament
Created by jw on 1/26/2024 in #❓┊help
Toggle visibility on Form Field is slow
Thanks again for your fast response and great product
11 replies
FFilament
Created by jw on 1/26/2024 in #❓┊help
Toggle visibility on Form Field is slow
After adding more libraries it still seems fast. I also ran 'php artisan icons:cache' which reduced the livewire roundtrip to about 75ms
11 replies
FFilament
Created by jw on 1/26/2024 in #❓┊help
Toggle visibility on Form Field is slow
I'll continue adding libraries (such as spatie/permission) and see if the speed keeps up.
11 replies
FFilament
Created by jw on 1/26/2024 in #❓┊help
Toggle visibility on Form Field is slow
I also create a new LAMP server on AWS and it ran at about 150ms round trip.
11 replies
FFilament
Created by jw on 1/26/2024 in #❓┊help
Toggle visibility on Form Field is slow
Hi again, it seems the speed delay was from using the WAMP stack on windows. I moved my development to 'Laravel Sail' and the livewire round trip reduced to about 60ms.
11 replies
FFilament
Created by jw on 1/26/2024 in #❓┊help
Toggle visibility on Form Field is slow
Thanks for your reply. Understood. I installed opcache and it's closer to 500 ms. In these situations is it possible to call a js function instead?
11 replies