Have been converting a dynamically created form from Bootstrap 4 to Mobiscroll. Am doing the mobiscroll.form call on the new Form element and then doing refresh call on Form when have dynamically changed content. That all works relatively fine.
Have a radio group with two values, and have two issues:
- Setting the checked value programmatically is not working on the mobiscrollised version of the Input Elements; and
- the On Change handler is not firing.
Cheers,
Jim