Table Filters are set to null

Not sure if this is a problem of my installation, or it is a known issue: When I reload list page with an active filter, then empty filters are set to "null". The following filters.

  TernaryFilter::make("active"),
  Tables\Filters\SelectFilter::make("ad_customer_id")
      ->label("Werbekunde")
      ->relationship("adCustomer", "name")
      ->searchable(),


1) I click on the "active" filter, everything is fine, the result is filtered and the "Werbekunde" isn't changed
2) I click on Reload Page (CTRL+R), nur the "Werbekunde" is set to null???
Was this page helpful?