Disabling Select Field Option

Try this inside of the script instead:

$('#Finish option[value=\"Custom\"]').attr('disabled','disabled');
$('#Finish').niceSelect('update');
1 Like