SLINZEN
SLINZEN
FFilament
Created by SLINZEN on 5/12/2024 in #❓┊help
wire:click result in an exception
Okay, no problem
21 replies
FFilament
Created by SLINZEN on 5/12/2024 in #❓┊help
wire:click result in an exception
Okay, I will do it 🙂
21 replies
FFilament
Created by SLINZEN on 5/12/2024 in #❓┊help
wire:click result in an exception
Its very strange
21 replies
FFilament
Created by SLINZEN on 5/12/2024 in #❓┊help
wire:click result in an exception
Without Filament it works
21 replies
FFilament
Created by SLINZEN on 5/12/2024 in #❓┊help
wire:click result in an exception
Yes with Filament
21 replies
FFilament
Created by SLINZEN on 5/12/2024 in #❓┊help
wire:click result in an exception
I just use Filament 😄
livewire.js?id=770f7738:1123 Alpine Expression Error: undefined

Expression: "$wire.nextReportStep"


livewire.js?id=770f7738:1127 Uncaught
String {'Could not find Livewire component in DOM tree', el: button.bttn-2, expression: '$wire.nextReportStep'}
livewire.js?id=770f7738:1123 Alpine Expression Error: undefined

Expression: "$wire.nextReportStep"


livewire.js?id=770f7738:1127 Uncaught
String {'Could not find Livewire component in DOM tree', el: button.bttn-2, expression: '$wire.nextReportStep'}
21 replies
FFilament
Created by SLINZEN on 5/12/2024 in #❓┊help
wire:click result in an exception
On my page I include the component:
@livewire('sidebar-actions', ['reportId' => $reportId])
@livewire('sidebar-actions', ['reportId' => $reportId])
My class:
class PodcastSidebarActions extends Component
{
public int $reportId;
public int $reportStep = 1;

//...


/**
* Sets the next report step.
*
* @return void
*/
public function nextReportStep(): void
{
$this->reportStep++;
}
}
class PodcastSidebarActions extends Component
{
public int $reportId;
public int $reportStep = 1;

//...


/**
* Sets the next report step.
*
* @return void
*/
public function nextReportStep(): void
{
$this->reportStep++;
}
}
Component template:
<div>
<div class="float-end">
<button wire:click="nextReportStep" class="bttn-2">Weiter</button>
</div>
</div>
<div>
<div class="float-end">
<button wire:click="nextReportStep" class="bttn-2">Weiter</button>
</div>
</div>
21 replies
FFilament
Created by SLINZEN on 5/12/2024 in #❓┊help
wire:click result in an exception
bump?
21 replies
FFilament
Created by Daniel Plomp on 12/14/2023 in #❓┊help
Self-Healing URL's
doesnt work with the current version?
11 replies
FFilament
Created by SLINZEN on 1/10/2024 in #❓┊help
TextInput default = object?
Hm.. then I'll probably have to create my own component 😄 Thanks for your help!
9 replies
FFilament
Created by SLINZEN on 1/10/2024 in #❓┊help
TextInput default = object?
Only create, not on EditRecord?
9 replies
FFilament
Created by SLINZEN on 1/10/2024 in #❓┊help
TextInput default = object?
I use the panel builder with getSteps
9 replies
FFilament
Created by SLINZEN on 1/10/2024 in #❓┊help
TextInput default = object?
Thank you. But now the input is empty.
9 replies