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.

DateTimeInput disabled prop support?

See original GitHub issue

Thank you for your hard work!!!

I think disabled prop will be very helpful!

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
tailhookcommented, Mar 14, 2019

Well, I think it’s about “disabled” property, which doesn’t allow to change input (and perhaps doesn’t show calendar). Alternatively, there is no readOnly property too.

Should we reopen this issue or just create a new one?

0reactions
cristiangaborcommented, Aug 24, 2021

Is disabled property fully supported now ? I have a situation where i set disabled={true} but under some circumstances DateInput is not disabled

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTML DOM Input Datetime disabled Property - W3Schools
The disabled property sets or returns whether a datetime field should be disabled, or not. A disabled element is unusable and un-clickable.
Read more >
HTML | DOM Input Datetime disabled Property - GeeksforGeeks
The Input Datetime disabled property is used to set or return whether a datetime field should be disabled, or not. ... Supported Browsers:....
Read more >
Disable manually typing in date/time · Issue #339 - GitHub
Bug report [x] Feature request [x] Support request I'd like it to be: when the user inputs the date/time, they can only make...
Read more >
<input type="datetime-local"> - HTML - MDN Web Docs
One thing the datetime-local input type doesn't provide is a way to set the time zone and/or locale of the date/time control. This...
Read more >
HTML DOM Input Date disabled Property
The disabled property sets or returns whether a date field should be disabled, or not. A disabled element is unusable and un-clickable.
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