This is a migrated thread and some comments may be shown as answers.

AutoComplete Dropdown List is not selectable

1 Answer 142 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Bulut
Top achievements
Rank 1
Bulut asked on 14 Mar 2018, 08:55 PM

Hi,

I am trying to implement kendo autocomplete on google maps. Normally it works fine but when I make the map full screen then autocomplete dropdown list is not selectable anymore. I tried to change the z-index but didn't work. Any ideas?

 

Here is my sample fiddle.

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 15 Mar 2018, 09:33 AM
Hello Bulut,

Kendo AutoCompleteBox popup is rendered outside google map as a last child of the body element. When the map is full screen, elements outside the map cannot be selected/hovered. As a workaround you can move the k-popup element into google map on its open event, so all its items events will be available. We are sending you this modified jsfiddle sample for your reference.

Regards,
Magdalena
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
AutoComplete
Asked by
Bulut
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or