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 10a43de commit c266dc2Copy full SHA for c266dc2
packages/react-aria-components/docs/ComboBox.mdx
@@ -462,6 +462,7 @@ function Example() {
462
label="Adobe product (Uncontrolled)"
463
defaultItems={options}
464
/*- begin highlight -*/
465
+ defaultSelectedKey={2}
466
defaultInputValue="Adobe XD">
467
{/*- end highlight -*/}
468
{item => <ListBoxItem>{item.name}</ListBoxItem>}
@@ -471,6 +472,7 @@ function Example() {
471
472
label="Pick an Adobe product (Controlled)"
473
474
475
476
inputValue={value}
477
onInputChange={setValue}>
478
0 commit comments