Live method is calling mine action
Hi everyone i have a case where when i change the value of the component that is live mine action is called like i press the button, how i can stop that.
Mine form
Solution:Jump to solution
Solve it but with work around ``` @if (static::$isRender)
<div wire:ignore>
@if ($this->displayTable)
<h1>{{ $this->outputText }}</h1>
{{ $this->table }}...
3 Replies
mine blade view
Solution
Solve it but with work around