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 9dfc79e commit fc29dc2Copy full SHA for fc29dc2
docs/AutocompleteArrayInput.md
@@ -714,20 +714,23 @@ Use the `create` prop when you want a more polished or complex UI. For example a
714
import {
715
AutocompleteArrayInput,
716
Create,
717
+ CreateBase,
718
ReferenceArrayInput,
719
SimpleForm,
720
TextInput,
721
useCreate,
722
useCreateSuggestionContext
723
} from 'react-admin';
724
725
+import CloseIcon from '@mui/icons-material/Close';
726
727
Box,
728
BoxProps,
729
Button,
730
Dialog,
- DialogActions,
731
DialogContent,
732
+ DialogTitle,
733
+ IconButton,
734
TextField,
735
} from '@mui/material';
736
0 commit comments