fix issue with focus on locked field not being focused after child element has been added
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
function link(scope, el, attr, ngModel) {
|
||||
|
||||
var input = el.children('.umb-locked-field__input');
|
||||
var input = el.find('.umb-locked-field__input');
|
||||
|
||||
function activate() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user