Hi, I am transfering my custom code in checkout.js to my custom app for customizing my checkout. Currently I created 3 fields which is “Province, City, Barangay”. This fields are dropdown, the behaviour of this is when this fields are selected, the other field will showcase options related to the selected field.
The pattern will be Province > City > Barangay.
Now the nextstep will be: I need to hide the existing fields in checkout which is the "Region & City".
See Below image for reference:
And also I want the result structure to be like this:
How will I able to achieve this?
Thank you!