I have an input control which is a required field. However, I want to use javascript to dynamically change the required attribute so it can become NOT required. However, it
You probably need to use the removeAttribute() method.
removeAttribute()