saurabh
Posts: 0
Joined: Mon Jan 09, 2012 12:18 pm

Dynamic dropdown

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Dynamic dropdown

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.

Jahmarley
Posts: 0
Joined: Mon Apr 16, 2012 8:21 pm

Dynamic dropdown

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Dynamic dropdown

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.

Jahmarley
Posts: 0
Joined: Mon Apr 16, 2012 8:21 pm

Dynamic dropdown

Thnx Max

John6122514
Posts: 0
Joined: Wed Aug 07, 2013 7:10 pm

Dynamic dropdown

Hi Max,

Is the auto complete option available today?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Dynamic dropdown

Not out-of-the-box yet.

Return to “Issues”