I am not entirely sure how to do this. I am using formik in react native and am looking to make it a sort of hierarchy for selection. For example if you choose Ford it will then give you options for all the different Ford models.
Currently it is a drop down where you choose the make and a separate drop down for model but it isnt reliant on the make it is just every model from all makes.
Any ideas? Thanks