score:5
Accepted answer
<ReferenceArrayInput label="Parts" source="partId" reference="parts" allowEmpty>
<SelectManyInput optionText="name"
options={{ listStyle: { overflow: 'auto', maxHeight: 200}}} />
</ReferenceArrayInput>
Source: stackoverflow.com
Related Query
- How can I make AutocompleteInput or SelectArrayInput scrollable?
- how can I make a scrollable component that scrolls to the latest children components automatically when I append a child component?
- How can you make a table scrollable in Semantic-UI-React? Using Next.js
- How can I make use of Error boundaries in functional React components?
- How can I make React Portal work with React Hook?
- How can I make react-bootstrap's Dropdown open on mouse hover?
- How to make a material-ui Modal scrollable
- How can i make an avatar chooser with Material UI
- How can I make a React "If" component that acts like a real "if" in Typescript?
- How can I make intro js work with React?
- How can I make `react-beautiful-dnd` not trigger a `react-transition-group` animation?
- How can we make an animated strike through on react native text?
- How to make react-select options scrollable
- How can I make Jest test for a thrown error silently
- Make cards and images the same size - how can I do it with CSS?
- How can i make chakra ui components use next/image to optimize the photos automatically?
- How can I have visible vertical overflow in a horizontally scrollable table?
- How can I make a variable have the type unknown or 'Movie' assigned?
- How can I make custom rendered block readonly in Draft.js editor when its readOnly prop is true?
- How can I make typescript compile only needed files?
- How can I make the edit-mode field type of one material-table column dependent upon the value of another column, without affecting other rows?
- How can I make jest run with the same config as react-script test on a create-react-app?
- How can i make my placeholder show on datepicker input?
- How can I make my React app render Bootstrap tables with crud
- How make material UI Tab component auto Scrollable in react
- How can I make a check in input value (React)
- How can I make a number become editable onClick in React?
- How can I make the markers overlap perfectly so it doesn't appear twice for the same end?
- How can I make componentDidMount render again?
- How can I make my input field prefilled with data and editable on page load?
More Query from same tag
- Apply CSS theme based on react state
- SASS child rule setting inside based on parent under?
- React: useState() vs useRef()
- React.js State is not defined in class component
- Can't change state in Material Table header when using remote data
- How to get data out of mongodb in actual webpage using node js, reactjs, express
- Why it went through the if
- How to assign which MenuItems open onClick when multiple Menus are present on the material-ui Appbar using React?
- Where is console.log output when running app on android real device in react native
- How to handle in class component passed additional parameters from parent to child event handler
- Failed to load resource: net::ERR_CONNECTION_REFUSED http://127.0.0.1:3000/api/categories
- JavaScript - creating a comma delimited string from a lookup in a heavily nested array
- ReactJS and Google Maps - Displaying Markers
- setState hook not updating
- Material UI OutlinedInput label is invisible
- Keep user after logIn with Firebase
- state not updating in child component - react js
- userId dosen't get into the mongoose schema
- Confusion after setting a property of a Map
- How to setState with name dynamically?
- Changing a child components state changes the parent components props
- upgrading React script from 1.x to 3.x breaks sass variables (font awesome)
- React/Javascript: Chaining together filters together
- Retrieve Form Values in Golang Server From Frontend ReactJS Within URL
- Best way to navigate between pages and handle back button in react js
- Removing an item from React-dnd
- ReactJS : How to useParams?
- Loops inside react jsx render function with if else conditions
- Processing replies from the javascript Fetch API
- You cannot render a <Router> inside another <Router>. You should never have more than one in your app