2
votes

On my GUI built app I am using the AutoComplete TextField for searching for values. After the user taps the "search" button, the AutoComplete appears. When I enter something, it works well, and the popup window appears showing the matched values right at the bottom of the field.

But if I perform another search, the popup window appears further down. On a third search, it appears even further, and on a fourth search, it is gone from the window. I am attaching a screenshot of the third search.

enter image description here

1

1 Answers