We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 3.5.7 Vue Version: 3.4.21 Browsers: Chrome 121.0.0.0 OS: Mac OS 10.15.7
use date-io/dayjs adapter
import { createVuetify } from 'vuetify' import DayJsAdapter from '@date-io/dayjs' export const vuetify = createVuetify({ date: { adapter: DayJsAdapter }, })
configure date picker with multiple=range
range
<v-date-picker color="primary" multiple="range"></v-date-picker>
try to select a range
when using dayjs as a date adapter for the vuetify instance, expected when choosing the second date in the range, the range would be selected
selecting the second date in the range causes the window to hang which leads to a OOM crash
https://play.vuetifyjs.com/#...
running locally with devtools open, the browser debugger gets triggered instead of crashing, Paused before potential out-of-memory crash
Paused before potential out-of-memory crash
The text was updated successfully, but these errors were encountered:
the same issue occurs with other dateAdapters e.g. date-fns
Reproduction Link date-fns sample
Sorry, something went wrong.
fix(VDatePicker): crash with date multiple and external adapter (#19336)
2a739b9
fixes #19330 Co-authored-by: Son Tran <stt@cct-technology.com>
fix(VDatePicker): crash with date multiple and external adapter (vuet…
05141ae
…ifyjs#19336) fixes vuetifyjs#19330 Co-authored-by: Son Tran <stt@cct-technology.com>
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.5.7
Vue Version: 3.4.21
Browsers: Chrome 121.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
use date-io/dayjs adapter
configure date picker with multiple=
range
try to select a range
Expected Behavior
when using dayjs as a date adapter for the vuetify instance, expected when choosing the second date in the range, the range would be selected
Actual Behavior
selecting the second date in the range causes the window to hang which leads to a OOM crash
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
running locally with devtools open, the browser debugger gets triggered instead of crashing,
Paused before potential out-of-memory crash
The text was updated successfully, but these errors were encountered: