Select::make('state')
->options(us_states())
->disabled(fn(Closure $get) => !$get('address_type') )
->required()
->searchable()
->reactive()
->afterStateUpdated(function(Closure $get, $state){
}),
Select::make('state')
->options(us_states())
->disabled(fn(Closure $get) => !$get('address_type') )
->required()
->searchable()
->reactive()
->afterStateUpdated(function(Closure $get, $state){
}),