onFocus method
- @visibleForTemplate
- @HostListener('focus')
Show tooltip on focus to allow keyboard users to see tooltip contents.
Implementation
@visibleForTemplate
@HostListener('focus')
void onFocus() {
showTooltipWithDelay();
}
Show tooltip on focus to allow keyboard users to see tooltip contents.
@visibleForTemplate
@HostListener('focus')
void onFocus() {
showTooltipWithDelay();
}