Pick wrong date in text field
See original GitHub issueSteps to reproduce
- open https://vuetifyjs.com/components/pickers
- Section
#3 Date pickers - In dialog and menu
- Click TextFields
- Pick a date
- Get date after 1 month and 1 day on textfield
Versions
Vuetify: 0.16.0 Browser: Chrome 61.0.3163.100
Reproduction Link
Issue Analytics
- State:
- Created 6 years ago
- Comments:30 (17 by maintainers)
Top Results From Across the Web
Change how a date or time is displayed in a date picker, text ...
Double-click the date picker, text box, or expression box control whose data you want to format. · In the Control Properties dialog box,...
Read more >Vuetify date picker doesn't save the correct date if i type it in ...
If i pick the date from the date picker calendar it works just fine however when i try typing or copy-pasting the date...
Read more >Date Not Change in Input fields | OutSystems
Hello All,. I am using one Input Fields as Date as mention in the below snap 1). Note:- The date is a set...
Read more ><input type="date"> - HTML: HyperText Markup Language
In this example, we create 2 sets of UI elements for choosing dates: a native <input type="date"> picker and a set of 3...
Read more >Prevent date input after certain value - revert to last date or ...
If the user chooses the date picker, date-picker restricts choosing a date after 05.05.2023, by disabling these in the date-picker control, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
something interesting, I got timezone
America/Chicago
But my system time zone is Taipei Standard Time. weird.
That’s weird, the information given by you looks perfect, however I still cannot reproduce it… I’ve set CST+8:00 time zone and checked now in Chrome/Firefox/Explorer/Edge and everywhere I’m getting correct results 😕 Can you run
Intl.DateTimeFormat().resolvedOptions().timeZone
andnew Date().toISOString()
in console and send the result?