[✨]Add focus as qwikify eagerness option #144
rolanday
started this conversation in
Proposals For Qwik
Replies: 2 comments
-
|
Indeed, I'd say that |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We moved this issue to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
Eagerness options for qwikify are hover, idle, load, and visible. If choosing hover, presumably because only want to activate component if user interacts with it, does not address the case where user change focus to control via keyboard tabbed input. This prevents usage if accessibly is a requirement.
Describe the solution you'd like
Pease add focus, so item is activated when tabbed to -- will need to be or-able with hover or, overload hover to include if receives focus via keyboard.
Describe alternatives you've considered
Use more aggressive visibility option (such as visible), but this comes at cost of potentially paying the download price for inactive component.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions