Can't manually change time in input
See original GitHub issueExpected behavior
Change time to the one I entered.
Actual behavior
Time does not change.
Steps to reproduce
react-datepicker v2.0.0
import DatePicker from 'react-datepicker';
...
<DatePicker
id={code}
selected={value}
onChange={(date) => { this.setState({ value: date }); }}
showTimeSelect
timeFormat="HH:mm"
dateFormat="dd/MM/yyyy HH:mm:ss"
/>
Issue Analytics
- State:
- Created 5 years ago
- Reactions:15
- Comments:9 (3 by maintainers)
Top Results From Across the Web
<input type="time"> - HTML: HyperText Markup Language | MDN
<input> elements of type time create input fields designed to let the user easily enter a time (hours and minutes, and optionally seconds)....
Read more >Unable to change Date & Time - Microsoft Community
I have opened Settings > Time & Language >Date & Time. Turned off Set time automatically. Then click Change. Then I selected a...
Read more >If you can't change the time or time zone on your Apple device
Open Date & Time settings and make sure that the option to set time and date automatically, as well as the option to...
Read more >ion-datetime
Ionic's API Datetime input component easily displays a preferred format, ... Setting time-date will have the calendar picker appear after the time picker....
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
@martijnrusschen Are there plans to fix this issue ? By when can we expect this to be resolved ?
@jdahdah I did something like this with
onChangeRaw
to solve this