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 09739cc commit e8c87b3Copy full SHA for e8c87b3
docs/data/joy/components/autocomplete/GitHubLabel.js
@@ -134,7 +134,7 @@ export default function GitHubLabel() {
134
multiple
135
size="sm"
136
placeholder="Filter labels"
137
- components={{ listbox: Listbox }}
+ slots={{ listbox: Listbox }}
138
onClose={(event, reason) => {
139
if (reason === 'escape') {
140
handleClose();
docs/data/joy/components/autocomplete/Virtualize.js
@@ -121,7 +121,7 @@ export default function Virtualize() {
121
sx={{ width: 300 }}
122
disableListWrap
123
placeholder="Type to search"
124
- components={{
+ slots={{
125
listbox: ListboxComponent,
126
}}
127
options={OPTIONS}
0 commit comments