"); } Apperyio.storage.steps.set(steps); There has to be a simpler way to do it? There always is in Java "
"); } Apperyio.storage.steps.set(steps); There has to be a simpler way to do it? There always is in Java "
Isn't minLength to set minimum required characters before generating the autocomplete form? I wanted to set it so that the service doesn't call until 5 characters have been entered by user.
I would also like to filter out results by country
Is there a way to use the minLength or selected features with Appery? When I set minLength it breaks the autocomplete... this is for the Jquery UI autocomplete.
Fixed, just had to set z index to 10000...
Hi, I just implemented this solution - works great, BUT the suggestions are popping up behind the panel... is there a way to bring them to the front? I tried z index up to -1 and down 3 but still not working...
Thank you Sergiy! For everyone else, this was the result of either a duplicate CSS file(Bootstrap loaded manually + Bootstrap theme loaded) or perhaps too many CSS files loaded for the editor to handle? Removing the bootstrap CSS brought back panel functionality in editor.