Date Picker Issue In Modal Popup

0
I am facing an issue with the Date Picker control on the Downtime Edit popup page.When the Date Picker is used on a normal page, it works as expected. However, when the same Date Picker is placed inside a popup page, the calendar opens but closes immediately upon selecting a date, and the selected value is not retained.
asked
2 answers
0

This looks like it could be a UI/theme-related issue, especially because the Date Picker works correctly on a normal page but behaves differently inside a popup.

Could you please share a bit more information?

  • Screenshot of the popup behavior
  • Any custom SCSS related to the popup or Date Picker
  • Is the Date Picker inside a Data View, Container, or other widget?

A common cause for this type of issue is CSS affecting the Date Picker overlay (z-index, overflow, or popup container styling), which can make the calendar close immediately after selecting a date.

If possible, also check the browser console for any JavaScript errors when selecting the date.

answered
0

Could you please add the screenshot of existing issue. so that i can help you with this

answered