We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc99a6 commit 86f6a3fCopy full SHA for 86f6a3f
packages/@react-aria/combobox/stories/useComboBox.stories.tsx
@@ -36,3 +36,6 @@ ScrollTesting.args = {};
36
37
export const Disabled = Template().bind({});
38
Disabled.args = {isDisabled: true};
39
+
40
+export const FocusWrapping = Template().bind({});
41
+FocusWrapping.args = {shouldFocusWrap: true};
0 commit comments