marmelab / react-admin

A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design
http://marmelab.com/react-admin
MIT License
24.85k stars 5.23k forks source link

Fix `<SelectArrayInput>` options panel width and placement #10232

Closed fzaninotto closed 1 week ago

fzaninotto commented 1 week ago

Closes #10189

Problem

The options panel is centered and narrow.

image

Solution

Make it full width, just like SelectInput.

image

How To Test