Closed mrodz closed 4 months ago
Modal to pick a team from the teams in a region.
It should be modular, meaning that its props should only specify a region id and callback functions.
Use the <Autocomplete /> component to deal with searching through teams. Specify props.keywords to include the team's labels for ease of searching.
<Autocomplete />
props.keywords
Modal to pick a team from the teams in a region.
It should be modular, meaning that its props should only specify a region id and callback functions.
Use the
<Autocomplete />
component to deal with searching through teams. Specifyprops.keywords
to include the team's labels for ease of searching.