dateTime & calendardDay fields have no date picker
See original GitHub issueBug report
As the doc descripte :
select Generates a drop-down menu that allows the user to select a value from a list auto Will generate a select if the range is 50 or less, otherwise will generate an input
But after I set the config below, there is still just a input component
posted: {
type: DateTime, format: 'DD/MM/YYYY h:mm A',
yearRangeFrom: 2020,
yearRangeTo: 2030,
yearPickerType: 'select',
},
The screenshot is
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to fix missing Date Picker or a missing Excel Calendar
How to fix a missing Date Picker or a missing Excel CalendarSubscribe, Like, and Comment. ... You can now support by buying any...
Read more >How can I make a DateTimePicker display an empty string?
Listen , Make Following changes in your code if you want to show empty datetimepicker and get null when no date is selected...
Read more >Insert a date picker - Microsoft Support
A date picker is a control that lets users quickly enter dates in a Microsoft Office InfoPath form by clicking a small pop-up...
Read more >Date Field on form does not display date picker ic...
Solved: Date Field on form does not display date picker icon, hence i don't see the calendar icon & unable to select a...
Read more >Excel Date Picker - How to Insert? (Step by Step Examples)
In Excel, the drop-down calendar is technically known as Microsoft Date and Time Picker Control. It is inserted with the help of ActiveX...
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
I asked them about this and apparently it’s supposed to just be a text input. Would love if this used a date input
Realising now this is also a duplicate of #215 - since this is the oldest issue I think it’s best captured there. I’ll update and cross link all relevant issues but this can mostly be tracked in the PR now.