I want to disable the ability to change the year in the mobile date picker I am using
import { LocalizationProvider, MobileDatePicker } from '@mui/x-date-pickers';
I am on
"@mui/x-date-pickers": "^5.0.0-beta.7",
I don't want the user to be able to go into this view

I don't see a setting to turn this off does anyone know if there is a prop to set to disable this setting.
