mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
This commit is contained in:
@@ -159,6 +159,8 @@ export class FormFieldComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
focusToggle() {
|
||||
this.focus = !this.focus;
|
||||
setTimeout(() => {
|
||||
this.focus = !this.focus;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user