mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[CL-161] Update bit-search support autofocus (#7272)
appAutofocus currently doesn't work on the bit-search component. This PR resolves this issue by introducing a FocusableElement interface components can implement, which is respected by the autofocus directive.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export * from "./input.module";
|
||||
export * from "./autofocus.directive";
|
||||
|
||||
Reference in New Issue
Block a user