Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DxDateBox type='datetime' is not working when running in production mode (Vue3 + Vite) #682

Open
SergeiMinaev opened this issue Jan 11, 2023 · 0 comments

Comments

@SergeiMinaev
Copy link

SergeiMinaev commented Jan 11, 2023

Package versions:

devexteme version: 22.2.3
devextreme-vue version: 22.2.3

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:

  • Run npm init vue@latest
  • install devextreme and devextreme-vue
  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant