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
Can't type q/w/e into code blocks in styleguide
HandleKeypress example in styleguide page prevents normal behavior of using keys
HandleKeypress
Type q/w/e in Component Styleguide while trying to modify a code block
q/w/e keys should type letters into the code blocks, not be ignored
The text was updated successfully, but these errors were encountered:
HandleKeypress prevents default on any keys that are handled. This is necessary for certain use-cases, but should likely be configurable
Sorry, something went wrong.
fix(components): Make preventDefault call in HandleKeypress opt-in
30dc414
Closes #1764
e15002b
fix(components): Make preventDefault call in HandleKeypress opt-in (#…
9e64fb2
…1768) Closes #1764
mcous
Successfully merging a pull request may close this issue.
overview
Can't type q/w/e into code blocks in styleguide
current behavior
HandleKeypress
example in styleguide page prevents normal behavior of using keyssteps to reproduce
Type q/w/e in Component Styleguide while trying to modify a code block
expected behavior
q/w/e keys should type letters into the code blocks, not be ignored
The text was updated successfully, but these errors were encountered: