Skip to content

Commit

Permalink
Merge pull request #10232 from marmelab/Fix-SelectArrayInput-options-…
Browse files Browse the repository at this point in the history
…placement

Fix `<SelectArrayInput>` options panel width and placement
  • Loading branch information
djhi committed Sep 23, 2024
2 parents 9052a88 + 433e889 commit 34ca864
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ra-ui-materialui/src/input/SelectArrayInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ export const SelectArrayInput = (props: SelectArrayInputProps) => {
</InputLabel>
<Select
id={id}
autoWidth
labelId={`${id}-outlined-label`}
label={
<FieldTitle
Expand Down

0 comments on commit 34ca864

Please sign in to comment.