Open jeromevillaver opened 1 week ago
I am not using filament, I may not provide any docs.
But for the implementation, you must cascade the dropdowns starting from region -> province -> city -> barangay.
Select a Region -> filter provinces using selected region_id Select a Province -> filter cities using the selected province_id Select a City -> filter barangays using the selected city_id
I want to apply this package in in the filament v3. based on the docs " On your view, include @include('address::form', ['model' => $modelWithAddress]) "
But what if in the filament v3?
This is just a sample only