In our previous projects, we have utilized the NativeSelect
components. Now, the task at hand involves altering the appearance of the dropdown Menu within the NativeSelect
.
If we were to switch to using Select instead, employing the MenuProps
property would allow for a straightforward solution.
However, with NativeSelect, we are restricted to utilizing only the <option>
element and cannot make use of MenuProps
or MenuItem
.
How can I adjust the style of the NativeSelect
Dropdown Menu to align with our design preferences?