I have a text field where the user is supposed to enter a city. The cities are in the form of a datalist selected from my databse. However, I don't want the user to be able to click the little arrow and see a dropdown of all the cities. I only want the cities to show once the user has started typing.
I looked around online and only found a solution to hide the arrow, without disabling it; i.e. if you click where the arrow should be, there is still a dropdown.
Is there anyway to disable this feature altogether?