Create UserSearchableDropdown Component #14249
Labels
Priority: Low
Reported issue, not a blocker. "Last in" priority for new work.
Product: caseflow-intake
Team: Echo 🐬
Type: Tech-Improvement
Description
We now use the SearchableDropdown component is a strongly similar way in two places, with a potential third use if we improve
test/users
to use the same flow. These places both use the searchable dropdown to find users based on both CSS ID or Name, via an asyncronous search after some text is entered into the field, returns the matching users to list as dropdown options, and does a final query when an option is selected to set up state.The goal of this ticket is to create a shared component extracting this redundant functionality into a shared component.
Acceptance criteria
Background/context/resources
The text was updated successfully, but these errors were encountered: