You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DxDateBox component and try to use it like this: <dx-date-box type='datetime' />
Current behavior:
This error appears in the console after click on the button of DxDateBox input: Uncaught TypeError: r[n] is not a function. The calendar doesn't appear. The error occurs only in production mode and only with type='datetime'.
Expected behavior:
The calendar should appear after clicking on the button of DxDateBox input.
The text was updated successfully, but these errors were encountered:
Package versions:
Steps to reproduce:
I've created a sample application that illustrates the bug - https://github.com/SergeiMinaev/devextreme-vue-bug
Clone and run it. Or:
npm init vue@latest
<dx-date-box type='datetime' />
Current behavior:
This error appears in the console after click on the button of DxDateBox input:
Uncaught TypeError: r[n] is not a function
. The calendar doesn't appear. The error occurs only in production mode and only withtype='datetime'
.Expected behavior:
The calendar should appear after clicking on the button of DxDateBox input.
The text was updated successfully, but these errors were encountered: