restoreFocus property

  1. @Input()
bool restoreFocus
getter/setter pair

Whether to return focus to the last focused element before the modal opened.

Defaults to true.

Implementation

@Input()
bool restoreFocus = true;