krix
krix
FFilament
Created by krix on 12/27/2023 in #❓┊help
Filament form - instead of hidden how to use disable?
If Select with "building_id" is not selected in UI it explodes. So i use ->hidden on "floors" to avoid this but i would like to use disabled instead. Any ideas? Tried like this: (But then floors get active but there are no options or seach) ->disabled(function (Get $get) { return !$get('building_id'); / }),
6 replies