Can someone please explain what “AutoCompleteOtherValues” does exactly?
I’m using it in an ENUM column with a Suggested_Values and AllowOtherValues.
It seems to offer an additional list of cached values, but I’m not sure if this is correct and if so, what would cause the cache values to disappear.
https://help.appsheet.com/ux/dropdowns-in-forms/dropdown-from-simple-list-of-values
says:
You can enable the “AutoCompleteOtherValues” option to make it easier for the user to choose from the set of previously entered values. This option can help ensure all entries are submitted in the same way, thereby avoiding typos.
Which is a bit vague.