outl1ne / nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown and show them on a card
MIT License
61 stars 21 forks source link

[2.x] Two of the same filters are out of sync #29

Closed KasparRosin closed 1 month ago

KasparRosin commented 2 years ago

Two of the same filters are out of sync.

Example:

  1. Use the same filter in dropdown filters and card.
  2. Change the value of one of them
  3. Observe that the other filter will have the old value.
bocanhcam commented 7 months ago

Seem like this issue still can't be fixed after 2 years.

KasparRosin commented 7 months ago

@bocanhcam I think due to how the laravel nova core logic works it would be a rather hacky solution. Luckly this issue does not affect most users.