How to Implement multiple select dropdown component in a parent component in React and sync those values between select component?
I have a requirement that I need multiple select dropdown in a parent component and When I select a option in any of them, it should be removed from rest of the select dropdowns except the current one which I selected. Also should be able to reselect the option after I selected any option.
I have Implemented a basic logic but it has some issues. Can anyone help me to resolve the problem?
I have given Codesandbox URL: