fomslib: MDL-18735 disabledif not working in IE if depended on element was a <select>.
This was a regression from MDL-18522. Sorry.
This commit is contained in:
@@ -180,7 +180,7 @@ function lockoptionsallsetup(formid) {
|
||||
if (!masters) {
|
||||
continue;
|
||||
}
|
||||
if (!masters[0]) {
|
||||
if (masters.tagName) {
|
||||
// If master is radio buttons, we get an array, otherwise we don't.
|
||||
// Convert both cases to an array for convinience.
|
||||
masters = [masters];
|
||||
|
||||
Reference in New Issue
Block a user