ddoddsr
ddoddsr
FFilament
Created by ddoddsr on 2/21/2025 in #❓┊help
Can I get the value of a select and run a method? Not ubmitting a form.
Noticing the Javascript error .. I forget about the consle sometimes!
17 replies
FFilament
Created by ddoddsr on 2/21/2025 in #❓┊help
Can I get the value of a select and run a method? Not ubmitting a form.
I made a local public $status for the status and now I see it in dd()
17 replies
FFilament
Created by ddoddsr on 2/21/2025 in #❓┊help
Can I get the value of a select and run a method? Not ubmitting a form.
Javascrip error
Uncaught TypeError: Cannot read properties of null (reading 'status')
Uncaught TypeError: Cannot read properties of null (reading 'status')
So it is broken before selection. I have to populate the status first.
17 replies
FFilament
Created by ddoddsr on 2/21/2025 in #❓┊help
Can I get the value of a select and run a method? Not ubmitting a form.
so oes that make difference?
17 replies
FFilament
Created by ddoddsr on 2/21/2025 in #❓┊help
Can I get the value of a select and run a method? Not ubmitting a form.
THis is in a class EditWindow extends Component implements HasForms, HasActions
17 replies
FFilament
Created by ddoddsr on 2/21/2025 in #❓┊help
Can I get the value of a select and run a method? Not ubmitting a form.
Funny, I just tried that, no dd().
17 replies
FFilament
Created by ddoddsr on 2/21/2025 in #❓┊help
Can I get the value of a select and run a method? Not ubmitting a form.
You would expect the logger in laravel.log and I don't get anything. As if the state is not Updating
17 replies
FFilament
Created by ddoddsr on 2/8/2025 in #❓┊help
I'm trying to use recordClasses() to right-text some rows in a table
bump align right some rows?
3 replies
FFilament
Created by ddoddsr on 2/8/2025 in #❓┊help
Livewire::make() return value?
Looks like I can use $this->dispatch('response-selected', response: $record->response); along with
#[On('response-selected')]
public function updatePostList($response)
{
$this->message_text = $response;
// logger($response);
}
#[On('response-selected')]
public function updatePostList($response)
{
$this->message_text = $response;
// logger($response);
}
4 replies
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
So for the sake of discussion, I'll dispatch events on created, updated. and in an event listeners I'll make the approate business logic and api calls
11 replies
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
I was wondering. That would be better if I turn it off when importing with ->saveQuietly() but on for everything else.
11 replies
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
nice... thanks
11 replies
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
I can just pass along a flag for $is_new in EditAction and CreateAction after()
11 replies
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
Since both of these are ->after() the action, the record is saved and both return the id
11 replies
FFilament
Created by ddoddsr on 12/14/2024 in #❓┊help
How Add a widget to relationManager form
Yes it was on boot() still have to click 1x before it will allow edit.
7 replies
FFilament
Created by ddoddsr on 12/14/2024 in #❓┊help
How Add a widget to relationManager form
I tried : made a Trait as above and added that trait to the Relation Manager.. When I click on edit in the relation manager I get a 'loading ' icon the first time after refresh, then it opens the modal without the widget.
7 replies
FFilament
Created by ddoddsr on 12/14/2024 in #❓┊help
How Add a widget to relationManager form
Gotta try this! thanks
7 replies
FFilament
Created by ddoddsr on 12/24/2024 in #❓┊help
Add laravel-comments to a RelationManager.
Bump?
3 replies
FFilament
Created by jdavid29 on 12/4/2024 in #❓┊help
Spatie/comments-livewire
I had to make modifications to make it V3 so it took awhile. A learning experience. I still don't know how to attach a Widget to a Relation Manager. Works on Resource.
5 replies
FFilament
Created by jdavid29 on 12/4/2024 in #❓┊help
Spatie/comments-livewire
Also follow the stream that Dan Harrin and Freek did about two years ago. You can find it on: https://www.youtube.com/watch?v=gpwFLeeWz8M.
5 replies