Files
react-test/docs/data/joy/customization/overriding-component-structure/OverridingInternalSlot.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
285 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Autocomplete
open
multiple
disableClearable
placeholder="Type to search"
options={[
{ label: '🆘 Need help' },
{ label: '✨ Improvement' },
{ label: '🚀 New feature' },
{ label: '🐛 Bug fix' },
]}
slots={{
listbox: AutocompleteListbox,
}}
/>