This PR includes the following proposed change(s):
Created Widget for managing the filters of the Biocontrol Agents
Work largely based off of existing SingleSelectAutocomplete.tsx
Widget utilizes the 'last updated' component to update when the adjacent plant code updates through regex matching/swapping. Given there is four different combinations of keys that can be used, depending on the form using it, this was chosen as the preferred method.
Removed Redux actions associated with editing the filters for Biocontrol agents, as this is now handled in the widget itself
Converted use of biological_agent_code to use the new widget
Closes #3563
Testing
Created and submitted Two forms, each with two separate plant/agent combos, filtering works as expected
Created and Submitted (as draft) remaining two forms, each with two separate plant/agent combos, filtering works as expected
Overview
This PR includes the following proposed change(s):
SingleSelectAutocomplete.tsx
biological_agent_code
to use the new widgetTesting