I am experiencing an issue with my EasyAutoComplete feature that displays City & PostalCode information. The problem lies in the height of the div containing the input field, which limits the visibility of the EasyAutocomplete window. Only the first element is visible, while the rest remain hidden. Adjusting the size of the div reveals the other elements, suggesting that the div's height is restricting the EasyAutocomplete window.
https://i.sstatic.net/NQ0Fc.png
I have attempted to resolve this by adjusting the Z-index, but this approach has not been successful. How can I ensure that the Autocomplete function works independently of the div height? I cannot simply enlarge the div, so I believe the solution lies in having the autocomplete window display on top of the other elements.
I plan to create a Fiddle to demonstrate this issue more clearly.
Thank you for your assistance!