I'm working on a coffee ranking/ journal app and am running into a problem with the Textfield widget I cant seem to figure out.
Currently I have two firebase collections - one that is made up of a database of beans that have been added (roaster, name, varietal, etc..) - and another that stores the coffee review information but references the bean database for bean information.
My goal is to have a textfield widget that has autocomplete values that pull from the bean database. If none exist, save this text as a parameter and pass it on (hence textfield over dropdown). The only part of this I cannot figure out is in the case that the bean has already been logged, how would I pass through the selected autocomplete value into the bean value in the coffee review document
Textfield Widget Autocomplete Selection into a Document Reference
Actions & Logic
Many videos and google searches. I cannot figure out if its possible. I have only seen this sort of thing done with drop downs
Yes