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.8.1 Last working version: 3.8.1 Vue Version: 3.5.13 Browsers: Chrome 135.0.0.0 OS: Mac OS 10.15.7
Steps: 1. Click the input field 2. Select a date range 3. Click the input field again 4. Press the Enter key
The Enter key has no effect or does not trigger any action
The input field is cleared.
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
fix(VDateInput): if invalid input, keep current value
0937f4f
fixes #21245
fix(VDateInput): Resolved improper behaviour of date range on key enter.
5b678e5
fixes vuetifyjs#21245
7304a37
ikushum
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.8.1
Last working version: 3.8.1
Vue Version: 3.5.13
Browsers: Chrome 135.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Steps:
1. Click the input field
2. Select a date range
3. Click the input field again
4. Press the Enter key
Expected Behavior
The Enter key has no effect or does not trigger any action
Actual Behavior
The input field is cleared.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: