I'm having a problem with a Date Picker item after the submission of a Modal page. When I first load the Modal Dialog, the item works perfectly. I set its value, submit the dialog and as soon as it closes, the error icon apears at the Develop Toolbar.
When I open the dialog a second time, the Date Picker item has no value, as it should, but after I click on it and its popup opens, the date I selected in the previous interaction still setted and it doesn't allow me to change it (when I click on other days, nothing hapens).
These are the erros of the console:
Uncaught TypeError: Cannot read properties of undefined (reading 'off')
Uncaught Error: Syntax error, unrecognized expression: #
at se.error (desktop_all.min.js?v=23.2.0:2:13759)
at se.tokenize (desktop_all.min.js?v=23.2.0:2:21770)
at se.select (desktop_all.min.js?v=23.2.0:2:22597)
at Function.se [as find] (desktop_all.min.js?v=23.2.0:2:7116)
at S.fn.init.find (desktop_all.min.js?v=23.2.0:2:25167)
at S.fn.init (desktop_all.min.js?v=23.2.0:2:25656)
at S (desktop_all.min.js?v=23.2.0:2:1051)
at k (desktop_all.min.js?v=23.2.0:15:6661)
at apex.item (desktop_all.min.js?v=23.2.0:15:6747)
at <anonymous>:2:37
Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
