I have an app that uses a ref to allow me to pick from a list of names in another table.
The user can type part or all of the name or simply scroll down in the list.
I am curious, when I type I would like to only pull names that begin with what I am typing instead of all including those that have the letter typed included.
As an example, if I type ‘Dr’, I may get Andrew, Kendrick, and Drew.