If we want to achieve to enable specific dates, and disable all other dates, how can we do that in MUI Datepicker?
I want to enable only dates from 7 days later and 7 days earlier, all other dates should be disabled, how can we acheive that?
I am looking for something similar to https://reactdatepicker.com/#example-include-dates.
I cannot use minDate and maxDate props from MUI, is there any other option?