SJ
sudarshan jadhav
Cascading Select Form - Copy this React, Mui Component to your project
I have a project requiring a dynamic form with multiple cascading select dropdowns. The functionality should be as follows: The form will have a variable number of select dropdown menus. The options available in each subsequent dropdown should depend on the selection made in the previous dropdown. For example, if the first dropdown is for selecting a country, the second dropdown should dynamically update to show only the states/provinces for that specific country.
Prompt
