Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×If I execute the following, it will convert an existing field to a SingleSelect and set myvar to an instance of SingleSelect
let myvar = new AJS.SingleSelect($("#someselector"));
If I have an existing SingleSelect on the page, is there a way to retrieve that object?