1
votes

I'm using MaterialUI in a project and I need a date picker (https://material-ui.com/demos/pickers/) that is able to only select month and year, what props should I use to achieve this?

1

1 Answers

0
votes

The Material UI date picker docs specify that you can use a custom renderer here.

Here is the codesandbox for the custom renderer. You might be able to use the custom renderer with the format prop to achieve what you are looking for.