We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when I type a "?" (shift-/) in a text control, the search grabs focus which is weird/unexpected.
Video: https://www.loom.com/share/85c235336c514658805e4b5d1ff6ab93
Search should only grab focus if the current target is not an input element.
Introduced in #13884 cc @ghengeveld
The text was updated successfully, but these errors were encountered:
/
Yee-haw!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.2.0-beta.4 containing PR #14062 that references this issue. Upgrade today to the @next NPM tag to try it out!
@next
npx sb upgrade --prerelease
Closing this issue. Please re-open if you think there's still more to do.
Sorry, something went wrong.
No branches or pull requests
Currently when I type a "?" (shift-/) in a text control, the search grabs focus which is weird/unexpected.
Video: https://www.loom.com/share/85c235336c514658805e4b5d1ff6ab93
Search should only grab focus if the current target is not an input element.
Introduced in #13884 cc @ghengeveld
The text was updated successfully, but these errors were encountered: