Implementing Dependent Dropdowns | Laravel/Inertia/Vue Course

In this lecture, we’ll be looking at how to implement Dependent Dropdowns in an Inertia Vue application. We’ll be implementing this using watchers in and whenever class_id changes, we’ll make an API request to our backend and populate the dropdown accordingly.
Back to Top