I’m using MUI in my project and I have this form in a modal with a select TextField
component in it. Since there is 20 options for this select, depending on the screen size, the options list sometimes (vertically) overflows the modal. I would like the options list to be scrollable if it overflows the modal. Is it doable with a MUI TextField
?