[AdminUI] CalendarDay: Date picker doesn't work...
See original GitHub issueHello keystone Team, and thanks for your amazing work.
It’s a real pleasure to discover this framework, I’m very excited about it!
I have this strange problem: With the CalendarDay field (and the other date fields), there is no Date Picker… Only a simple text input (So I suppose this is not normal). And no errors in console…
Any ideas?
Versions:
"@keystonejs/adapter-mongoose": "^5.1.3",
"@keystonejs/app-admin-ui": "^5.3.0",
"@keystonejs/app-graphql": "^5.0.1",
"@keystonejs/app-static": "^5.0.0",
"@keystonejs/fields": "^6.0.0",
"@keystonejs/keystone": "^5.3.0",
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
jQuery UI datepicker doesn't work properly - Stack Overflow
I have a problem. I want to create a calendar, that displays the date clicked on in an input box below, but I...
Read more >Datepicker won't pick some dates? - ProcessWire
I've got a problem when working with the datepicker in the ProcessWire admin panel. Some dates are able to pick and will shown...
Read more >Rapid iOS App Prototyping with Amplify Admin UI and SwiftUI
Open the Admin UI to see an overview of the staging environment created ... checkInDate, displayedComponents: .date) DatePicker("Check Out", ...
Read more >Gravity Forms Limit Dates | Gravity Perks by Gravity Wiz
Limit which days are selectable for your Gravity Forms Date Picker fields. ... Can I automatically open the datepicker in Field B after...
Read more >Date and Time Selector | Commerce Admin Development
Field selection works the same as a typical text field with ... When the datepicker is active a calendar day of the week...
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
Just adding
type="date"
on theinput
tag would do the job, no?This is a duplicate of #2185.
This is an important issue and we are working on it. Please consider contributing to https://github.com/keystonejs/keystone/pull/2922 where we’ve broken down the work required into a number of smaller tasks.