Page 1 of 1

Dynamic dropdown

Posted: Tue Jan 10, 2012 12:54 pm
by saurabh

How can I create a dynamic dropdown, in which values are populated from a rest-web-service. As I keep on entering alphabets, a filtered list is returned from the web-service and is displayed in the dropdown? Basically a auto-complete feature, backed by a web-service.


Dynamic dropdown

Posted: Tue Jan 10, 2012 2:07 pm
by maxkatz

We are working in making it possible to create a drop down list from a service. As for filtering functionality, that would be possible to add using events.


Dynamic dropdown

Posted: Mon Nov 05, 2012 9:35 pm
by Jahmarley

Hi,

I have transferred all my data from parse to tiggzi backend and I would like to know how exactly I could add the auto-complete functionality connected to tiggzi databse by using events.

Thanx


Dynamic dropdown

Posted: Mon Nov 05, 2012 10:23 pm
by maxkatz

You could use the input component, and probably use 'key up' event. You could display the suggestions in a grid (or any other component). There is no popup-like auto complete feature yet. It's something that you would need to code.


Dynamic dropdown

Posted: Mon Nov 05, 2012 10:36 pm
by Jahmarley

Thnx Max


Dynamic dropdown

Posted: Fri Nov 08, 2013 4:23 am
by John6122514

Hi Max,

Is the auto complete option available today?


Dynamic dropdown

Posted: Fri Nov 08, 2013 4:34 am
by maxkatz

Not out-of-the-box yet.