As per title. What script does Chronoforms7 use to change the input UI?
Nvm, found the solution.
Chronoforms7 uses Semantic UI. After AJAX reload, you simply need to call the Semantic UI js file (../plugins/system/chronog3_plg/chronog3/assets/semantic-ui/js/dropdown.min.js) again, and run:
Chronoforms7 uses Semantic UI. After AJAX reload, you simply need to call the Semantic UI js file (../plugins/system/chronog3_plg/chronog3/assets/semantic-ui/js/dropdown.min.js) again, and run:
jQuery('select').dropdown();
You need to login to be able to post a reply.