-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select): reduce typeahead delay & focus selection bug (#8)
* fix: select component delay & focus selection bug * chore: storybook addon config
- Loading branch information
1 parent
48c10fc
commit 676c3e2
Showing
2 changed files
with
19 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { addons } from "@storybook/addons"; | ||
|
||
addons.setConfig({ | ||
isFullscreen: false, | ||
showNav: true, | ||
showPanel: true, | ||
panelPosition: "bottom", | ||
sidebarAnimations: true, | ||
enableShortcuts: false, | ||
isToolshown: true, | ||
theme: undefined, | ||
initialActive: "sidebar", | ||
showRoots: false, | ||
}); |
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