When an AutoCompleteTextField is used in panel showed inside a ModalWindow, the dropdown list for suggestions will be disappeared. The reason is that the z-index of a normal ModalWindow is 20000 while the z-index of the dropdown list is 10000. And there is no way to set this parameter programatically. Therefore, the dropdown list is masked by the ModalWindow.