Dropdown menu - user input - select as typing if in menu
I have a dropdown list box that has predefined names in it, I need this box to be both a drop down and user input field. For example if I type the letter J and Joe is in the predefined, it populates Joe - then say I hit J again it will go to the next list item that starts with J, etc. But I need the user to be able to type something that isn't predefined as well just in case their name isn't in the list.
When I tick the "Allow user to enter custom text" it doesn't populate exsisting names in the list if I start typing that name. How can I fix it so it does do that?