Skip to content
Snippets Groups Projects
Commit 4fa9c8f1 authored by Quentin Torck's avatar Quentin Torck Committed by Homada.Boumedane
Browse files

feat : add focus in all component

- need to check focus on all popup to focus last element
- need to navigate in popup
parent 5081bb22
No related branches found
No related tags found
No related merge requests found
......@@ -20,3 +20,5 @@
></dlcm-admin-metadata-type-form>
</div>
</div>
</div>
......@@ -64,6 +64,10 @@ export abstract class SharedAbstractContentPresentational<TResource extends Base
this._closeBS.next();
}
closeByTab(): void {
this._closeByTabBS.next();
}
isActive(value: TResource): boolean {
if (isNullOrUndefined(this.host.formControl.value) || isEmptyString(this.host.formControl.value)) {
return false;
......
import {FocusKeyManager} from "@angular/cdk/a11y";
import {
ChangeDetectionStrategy,
Component,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment