© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
mile4841

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
Solve it but with work around
 @if (static::$isRender)
        <div wire:ignore>
            @if ($this->displayTable)
                <h1>{{ $this->outputText }}</h1>
                {{ $this->table }}
            @endif
        </div>
    @else
        <div>
            @if ($this->displayTable)
                <h1>{{ $this->outputText }}</h1>
                {{ $this->table }}
            @endif
        </div>
    @endif  
 @if (static::$isRender)
        <div wire:ignore>
            @if ($this->displayTable)
                <h1>{{ $this->outputText }}</h1>
                {{ $this->table }}
            @endif
        </div>
    @else
        <div>
            @if ($this->displayTable)
                <h1>{{ $this->outputText }}</h1>
                {{ $this->table }}
            @endif
        </div>
    @endif  
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

live method is rendering mine table
FilamentFFilament / ❓┊help
2y ago
Action calling a method problem
FilamentFFilament / ❓┊help
2y ago
Actions\Action not calling the action method when combined with form
FilamentFFilament / ❓┊help
16mo ago
live method trim himself
FilamentFFilament / ❓┊help
3y ago