Files
react-test/docs/data/joy/components/autocomplete/LabelAndHelperText.tsx.preview

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

9 lines
228 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<FormControl>
<FormLabel>Label</FormLabel>
<Autocomplete
placeholder="Placeholder"
options={top100Films}
sx={{ width: 300 }}
/>
<FormHelperText>A description for the combo box.</FormHelperText>
</FormControl>