filterable method on badge field #4727
-
|
it would be super sweet if we could use |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Aug 26, 2022
Replies: 2 comments
-
|
Right now I'm using Badge::make('Status')
->map(CampaignContactPivot::STATUSES),
Select::make('Status')
->options(array_combine($options = array_keys(CampaignContactPivot::STATUSES), $options))
->filterable()
->onlyOnForms(), |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This feature has been merged and is pending next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature has been merged and is pending next release.