Slider value not available
I've made use of a slider in my app and I'm not able to pass its value to a REST service. Only 'visible' property is available which when piped to the REST service is sending across a boolean value.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I've made use of a slider in my app and I'm not able to pass its value to a REST service. Only 'visible' property is available which when piped to the REST service is sending across a boolean value.
Agree, it should be there. We will add it.
Thanks for the quick reply Max.
Any idea on when this would be available? Is there a workaround in the meantime to retrieve the value of the slider?
To get the value is simple:
code
Tiggzi('mobileslider1').val();
/code
You can also use jQuery directly (Tiggzi is just a wrapper on top of jQuery select).
We will update the mapping in our August release.
That's brilliant. Thank you for your help.