Web: Client: People: Added fixedDirection property for DateField

This commit is contained in:
Ilya Oleshko 2022-02-25 16:48:12 +03:00
parent b268b30d36
commit dc78ff3a33

View File

@ -46,6 +46,7 @@ class DateField extends React.Component {
minDate={calendarMinDate ? calendarMinDate : new Date("1900/01/01")}
maxDate={calendarMaxDate ? calendarMaxDate : new Date()}
locale={locale}
fixedDirection={true}
/>
</FieldContainer>
);