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);
2 Replies