nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

Using an array of objects as a datasource #460

Open estock opened 7 years ago

estock commented 7 years ago

I have an array of objects that is structured so that each object has a uid and a name as well as some other information. Ideally I would like to provide the array as a datasource, but have FXForms only display the name as an option. Then when one or more are selected, I would ideally like to have a new array of objects ( rather than just names ) is this type of behavior possible using FXForms, my apologies for being vague, I really love the build in functionality, just trying to figure out if I can use it.