-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stack-view): ignore input events in stack block (#841)
The stack block handles the space and enter keys to toggle expansion. We don't want the stack block to expand or collapse on click, space, or enter inside of an input. The stack block prevents default on `keydown.space` which prevents the space from being "typed" into the input. This change fixes that as well. closes #710
- Loading branch information
1 parent
45b279d
commit b3fc2c6
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters