F
Filament15mo ago
Zaq

If you need to remove the 'x'/cancel /remove option from a Filter Indicator

I did not find this in the documentation so I thought I will add this here for any one who needs it. Indicators[] = Indicator::make('Some Label')->removable(false);
Solution:
Indicators[] = Indicator::make('Some Label')->removable(false);
Jump to solution
2 Replies
Solution
Zaq
Zaq15mo ago
Indicators[] = Indicator::make('Some Label')->removable(false);
DrByte
DrByte15mo ago
If it's missing from the docs, then a PR to add it to the docs is a valuable contribution.

Did you find this page helpful?