@npm_leadtech/legal-lib-components 5.72.1 → 5.72.3

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, preventOpenOnFocus: true, 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, 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,7 +118,6 @@ const DatePickerCustom: FC<DatePickerCustomProps> = ({
118
118
  {TooltipObject}
119
119
  <DatePicker
120
120
  {...propsForMobileDevices}
121
- preventOpenOnFocus={true}
122
121
  locale={locale}
123
122
  dateFormat={dateFormat}
124
123
  renderCustomHeader={({