@npm_leadtech/legal-lib-components 5.72.2 → 5.73.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,7 +77,7 @@ const DatePickerCustom = ({ class: className, dateFormat = 'MM/dd/yyyy', isStart
77
77
  }
78
78
  };
79
79
  }
80
- return (_jsxs(DatePickerCustomStyled, { className: classStyle, "data-qa": name, children: [TooltipObject, _jsx(DatePicker, { ...propsForMobileDevices, locale: locale, dateFormat: dateFormat, renderCustomHeader: ({ date, changeYear, changeMonth, decreaseMonth, increaseMonth, prevMonthButtonDisabled, nextMonthButtonDisabled }) => (_jsxs("div", { style: {
80
+ return (_jsxs(DatePickerCustomStyled, { className: classStyle, "data-qa": name, children: [TooltipObject, _jsx(DatePicker, { ...propsForMobileDevices, preventOpenOnFocus: true, locale: locale, dateFormat: dateFormat, renderCustomHeader: ({ date, changeYear, changeMonth, decreaseMonth, increaseMonth, prevMonthButtonDisabled, nextMonthButtonDisabled }) => (_jsxs("div", { style: {
81
81
  margin: 10,
82
82
  display: 'flex',
83
83
  justifyContent: 'center'
@@ -118,6 +118,7 @@ const DatePickerCustom: FC<DatePickerCustomProps> = ({
118
118
  {TooltipObject}
119
119
  <DatePicker
120
120
  {...propsForMobileDevices}
121
+ preventOpenOnFocus={true}
121
122
  locale={locale}
122
123
  dateFormat={dateFormat}
123
124
  renderCustomHeader={({