sidemenu geocomplete input

hi,

i have a sidemenu that contains an input that uses google geocomplete api.

see this demo: http://webix.com/snippet/b9cc45f8

demo does not take some js code in your environment but is taken in mine… do not why.

ok, the point was that when i select one of the places that google suggests me, the sidemenu collapses, and i want to stay expanded.

I hope my question is clear…jeje, but you can ask to me whatever is not undestood.

Thanks and regards!

Hi,

And I’ve got the issue right - it is about JQuery plugin. Our library closes the popup on click. Clicks in Webix popups are processed correctly. But there can be problems with third-party controls.

We can not provide the solution specially for the plugin you asked about. But possibly you can solve the problem youself with the help of “showpopup” property. The “onclick” listener of our library does not hide popups if the browser event has “showpopup” property. So, if it is possible to locate a browser onclick event that is fired on your suggest click and set showpopup property for it (e.g. e.showpopup = true), the sidemenu won’t be hidden. I’m not 100% sure, but you can try.