Javascript – How to use the selected value from a dropdown component as the 'filter' value in another component?
I have a component that creates a dropdown where the values are a list of policy areas that are pulled from a SQL server database/tables. The selected policy area is then saved into a useState called selectedPolicyArea. I then have…