I have an entry screen with a drop down named club with a list of clubs from a Supabase table. If the club does not already exist I would like to give the user the ability to add a new club without losing everything they already entered in other fields on the entry screen.
What is the best practice for this and how is it accomplished?