Question
Predictive text input
I am aware of the custom picker feature that functions as a predictive text input.
However I want it to have the capability to select a value if it already exists, and if it doesn't exist, allow the user to input a new value.(Similar to Excel).
This is necessary to prevent the creation of duplicate entries in a field. Can you provide suggestions on implementing this functionality while avoiding performance issues in the interface
