Hi there...
i am using this:
All good but i want to have 2 of these textfield in a row... i want to have a dialog form like this:
First Name:
Last Name:
Address 1: (here will be googleplaces autocomplete)
Address 2: (here will be googleplaces autocomplete)
Tel-1:
Tel-2:
etc:
The Problem is that googleplaces autocomplete seems to need more than one textfield height (2-5).. + when lost focus not hidding the listview automatically...
So i want:
1) To use just one textfield height and when searching listview will appear in front from other textfields - so have the option to select from there..
2) Hide automatically listview when loosing focus.
Thanks in advance.