Hi @Ramole ,
It's not feasible if with a single TextInput box.
You could use the allow searching Combobox instead.
If you are in an Edit Form, then Update of the data cards set to:
If(IsEmpty(Combobox.Selected.Value),Combobox.SearchText,Combobox.Selected.Value)
In short, both Combobox.Selected.Value and Combobox.SearchText could be used to save to data source.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.