DateTimeInput disabled prop support?
See original GitHub issueThank you for your hard work!!!
I think disabled
prop will be very helpful!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top 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 >
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 Free
Top 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
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?
Is disabled property fully supported now ? I have a situation where i set disabled={true} but under some circumstances DateInput is not disabled