DEV Community

Bruno Antunes
Bruno Antunes

Posted on

In this video, we will create a dynamic dropdown dependent on another dropdown value

When the "make" dropdown changes, an HTTP call is performed to load all the models available for the selected "make" dropdown. With the result of the HTTP call, we populate the model dropdown.

We are going to use Formik and SWR.

I hope you find this helpful. Please let me know any feedback you may have :)

Top comments (0)