vijayrawatsan / android-json-form-wizard

Android Material Json Form Wizard is a library for creating beautiful form based wizards within your app just by defining json in a particular format.
MIT License
356 stars 98 forks source link

Spinner is not displaying #23

Closed a-v-ebrahimi closed 8 years ago

a-v-ebrahimi commented 8 years ago

This is my form.json, but it does not display the spinner

{ "count":"1", "step1":{ "fields":[ { "key":"from_account", "type":"spinner", "hint": "Select source account", "values":["0100719742003", "0200404805009"], "v_required":{ "value" : "true", "err" : "Please choose a value to proceed." } } ], "title":"Step 1 of 1" } }

vijayrawatsan commented 8 years ago

What does it display? Does it throw an error?

a-v-ebrahimi commented 8 years ago

I found the problem is that your gradle library is not latest, I just downloaded library and compiled it myself, now it's working!