Hi,
I'm trying to set a Dropdown as disabled on a certain scenario and that works well with classic UI but does not work in new UI. Below is my Jquery that works in Classic UI,
$('#WWISRS').attr("disabled", 'true');
Please let me know what needs to be done for the Script version above 2.0(new UI).