question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dateTime & calendardDay fields have no date picker

See original GitHub issue

Bug 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 ss

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
wesboscommented, Jan 8, 2020

I asked them about this and apparently it’s supposed to just be a text input. Would love if this used a date input

0reactions
MadeByMikecommented, Jun 3, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found