Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spinner is not displaying #23

Closed
a-v-ebrahimi opened this issue Nov 24, 2015 · 2 comments
Closed

Spinner is not displaying #23

a-v-ebrahimi opened this issue Nov 24, 2015 · 2 comments

Comments

@a-v-ebrahimi
Copy link

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
Copy link
Owner

What does it display? Does it throw an error?

@a-v-ebrahimi
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants