Can someone show me how to create three cascading dropdown lists, if it is possible using the office-ui-fabric-react?
Another question, when the value is changed in the first dropdown, how do you reset the index in the second list to show the first item as selected?
optionsother dropdowns depending on the value you get atonChanged. For selecting the first item as selected, just set theselectedKeyto the first item when the first dropdown callsonChanged.onChangedcan be on each component. For simplicity, you can have 3 different methods attached to each to assure they're different. I'm not sure how all 3 are firing at the same time without looking at your code.