mrodz / fieldz-desktop

Sports Scheduling & Administration Solution
https://www.fieldz.app
Mozilla Public License 2.0
2 stars 0 forks source link

Team selector modal #89

Closed mrodz closed 4 months ago

mrodz commented 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.