File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Use this over a [`Select`](/components/select) to take advantage of Reka UI's [`
32
32
:::
33
33
34
34
::: info
35
- This component is similar to the [ ` InputMenu ` ] ( /components/input-menu ) but it's using a Select instead of an Input with the search inside the menu.
35
+ This component is similar to the ` InputMenu ` but it's using a Select instead of an Input with the search inside the menu.
36
36
:::
37
37
38
38
### Items
@@ -230,7 +230,7 @@ __component-example
230
230
You can control the open state by using the ` default-open ` prop or the ` v-model:open ` directive.
231
231
232
232
::: info
233
- In this example, leveraging [ ` defineShortcuts ` ] ( / composables/define-shortcuts) , you can toggle the SelectMenu by pressing : kbd { value =" O " } .
233
+ In this example, leveraging [ ` defineShortcuts ` ] ( composables/define-shortcuts ) , you can toggle the SelectMenu by pressing : kbd { value =" O " } .
234
234
:::
235
235
236
236
__ component-example
You can’t perform that action at this time.
0 commit comments