I'm currently using Google Places Autocomplete with great success. What I would like to do is force the selection of the first option in the autocomplete list but ONLY if there is just one option displayed.
I do not like the idea of forcing the selection of the first option if there are many options displayed. Today I noticed that a large UK property website, Rightmove, forces the same behaviour as I'm requesting. It seems a lot more user friendly approach.
I have searched all of the questions on SO and this hasn't been asked before. Does anyone know how this can be coded?