fix js error in umbblockedfield
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
// timeout to make sure dom has updated from a disabled field
|
||||
$timeout(function() {
|
||||
var input = element.children('.umb-locked-field__input');
|
||||
var input = el.children('.umb-locked-field__input');
|
||||
input.focus();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user