bwurtz999
bwurtz999
FFilament
Created by bwurtz999 on 3/13/2025 in #❓┊help
Disabling Submit Button During Network Requests
It's disabled but the loading indicator only shows while the form is submitting. Is there a way to show the loading indicator while other network requests are processing?
5 replies
FFilament
Created by bwurtz999 on 3/13/2025 in #❓┊help
Disabling Submit Button During Network Requests
Anyone have an idea about this?
5 replies
FFilament
Created by bwurtz999 on 2/28/2025 in #❓┊help
Modal Issue - No Console Errors
Thank you for the reply. I've tried that but it didn't help. I'm also experiencing this in staging/production. Very strange
7 replies
FFilament
Created by bwurtz999 on 2/28/2025 in #❓┊help
Modal Issue - No Console Errors
I show the first modal opening to demonstrate that other modals on the page open without issue
7 replies
FFilament
Created by bwurtz999 on 2/17/2025 in #❓┊help
Form Loading Class
Thank you! I did search but for some reason I wasn't able to find that before
7 replies
FFilament
Created by bwurtz999 on 2/17/2025 in #❓┊help
Form Loading Class
Anyone have an idea how to accomplish this? Thanks!
7 replies
FFilament
Created by lodeki on 10/11/2023 in #❓┊help
Unable to scroll through the content.
@lodeki Were you ever able to figure this out? I am having an issue where the page is unable to scroll. My issue is very infrequent so I can't figure out what is causing it. It happens after I add an element to the page. But I get no console messages or errors of any kind. The page just gets stuck and won't scroll
4 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
Of course the answer was in the docs... ->createOptionUsing() needs to return the ID of the newly created model
14 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
Any ideas?
14 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
Does not set the meal_id
14 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
->createOptionUsing(function ($data, $set) use ($order) {
$meal = Meal::create([
'name' => $data['name'],
'kitchen_id' => $order->provider_id,
'approved' => false,
]);

$set('meal_id', $meal->id);
->createOptionUsing(function ($data, $set) use ($order) {
$meal = Meal::create([
'name' => $data['name'],
'kitchen_id' => $order->provider_id,
'approved' => false,
]);

$set('meal_id', $meal->id);
14 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
Actually I didn't fix the issue...
14 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
But I'm sticking with createOption, I like it better than hintAction in this case
14 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
Should have been $set('meal_id', $meal->id);
14 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
Turns out my issue was here though: $set('meal_id', $meal);
14 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
@TranceCode I never knew about->createOptionForm and ->createOptionUsing, those are great. Thank you!
14 replies
FFilament
Created by bwurtz999 on 11/26/2024 in #❓┊help
HintAction Adding to Select Element
Trying this now!
14 replies
FFilament
Created by David | Fortune Validator on 11/8/2024 in #❓┊help
Custom Pages By User
This would keep everything on one page, and you could control the different Livewire components separately
10 replies
FFilament
Created by David | Fortune Validator on 11/8/2024 in #❓┊help
Custom Pages By User
And you could pass the user ID to each Livewire component so it could render the data you need
10 replies
FFilament
Created by David | Fortune Validator on 11/8/2024 in #❓┊help
Custom Pages By User
If not, you could render a custom page for rephub/10 and then use multiple Livewire components on that custom page
10 replies