dima-bu / react-time-input

A simple react component for select time in format HH:mm
https://github.com/dima-bu/react-time-input.git#readme
MIT License
54 stars 33 forks source link

The hours cannot be edited #19

Closed axsignalocean closed 7 years ago

axsignalocean commented 7 years ago

Steps to reproduce the bug:

  1. Enter the time: 23:59.
  2. Set the cursor after the number 3.
  3. Delete the digit 3

You cannot delete the digits for hours

axsignalocean commented 7 years ago

The pull request #21 is an attempt to fix this bug.