Skip to content

Commit 86f6a3f

Browse files
authored
Add useComboBox shouldFocusWrap story (#2576)
1 parent 8fc99a6 commit 86f6a3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/@react-aria/combobox/stories/useComboBox.stories.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ ScrollTesting.args = {};
3636

3737
export const Disabled = Template().bind({});
3838
Disabled.args = {isDisabled: true};
39+
40+
export const FocusWrapping = Template().bind({});
41+
FocusWrapping.args = {shouldFocusWrap: true};

0 commit comments

Comments
 (0)