Clean filters
I create custom pages to show 2 or 3 widgets, all has
I need when navigate and comeback to the pages, the filters set null. I try: mount $this->filters = null; on custom page, not working mount $this->filters = null; on widget and got an error cannot mutate filters. How can i solve this?
I need when navigate and comeback to the pages, the filters set null. I try: mount $this->filters = null; on custom page, not working mount $this->filters = null; on widget and got an error cannot mutate filters. How can i solve this?
2 Replies
i forget, on custom page, could dd :
i can see filters livewire-> filters , but i cannot access 😦
i can see filters livewire-> filters , but i cannot access 😦
Try setting this property to false. It is true by default.