Skip to content

Commit 34ca864

Browse files
authored
Merge pull request #10232 from marmelab/Fix-SelectArrayInput-options-placement
Fix `<SelectArrayInput>` options panel width and placement
2 parents 9052a88 + 433e889 commit 34ca864

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ra-ui-materialui/src/input/SelectArrayInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ export const SelectArrayInput = (props: SelectArrayInputProps) => {
310310
</InputLabel>
311311
<Select
312312
id={id}
313-
autoWidth
314313
labelId={`${id}-outlined-label`}
315314
label={
316315
<FieldTitle

0 commit comments

Comments
 (0)