How to dynamically disable class="rn_Required"
Summary
how to dynamically disableContent
How can I achieve something like this at the custom widget Logic.JS file?
document.getElementById('???????').removeClass = "rn_Required";
This is the acutal page source
<div id="rn_SelectionInput_27" class="rn_SelectionInput rn_Input">
<div id="rn_SelectionInput_27_LabelContainer">
<label for="rn_SelectionInput_27_Incident.CustomFields.c.pfrd_apt_time" id="rn_SelectionInput_27_Label" class="rn_Label">Preferred Appointment Time
<span class="rn_Required">*</span><span class="rn_ScreenReaderOnly"> Required</span>
</label>
</div>
<select id="rn_SelectionInput_27_Incident.CustomFields.c.pfrd_apt_time" name="Incident.CustomFields.c.pfrd_apt_time">
<option value="">--</option>
0