Make fields conditionable #5492
Unanswered
gizburdt
asked this question in
Ideas & Feature Requests
Replies: 1 comment
-
|
At the moment you can do the following: BelongsTo::make('Site')
->tap(function ($field) {
if (1 == 1) {
$field->filterable();
}
}), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would be awesome if a field is conditionable, so we can make it filterable based on a condition. Like so:
Beta Was this translation helpful? Give feedback.
All reactions