+
+ {localPrecision === 'day' && (
+ onChange(date, 'day')}
+ placeholder={getPlaceholderText()}
+ disabled={disabled}
+ disableFuture={disableFuture}
+ disablePast={disablePast}
+ fromYear={fromYear}
+ toYear={toYear}
+ />
+ )}
+
+ {localPrecision === 'month' && (
+ onChange(date, 'month')}
+ placeholder={getPlaceholderText()}
+ disabled={disabled}
+ fromYear={fromYear}
+ toYear={toYear}
+ />
+ )}
+
+ {localPrecision === 'year' && (
+
+ )}
+
+
+
+