SelectFilter default not working
I am trying to set a default value on my SelectFilter:
This is about the same as in the docs, instead the docs use a string value.
This is about the same as in the docs, instead the docs use a string value.
RefundStatus::Pending->valueSelectFilter::make('status')
->multiple()
->options(RefundStatus::class)
->default(RefundStatus::Pending),