rsuite/rsuite

DateRangePicker altered input behavior

Ville-Wennerlund opened this issue · 2 comments

What version of rsuite are you using?

5.59.2

What version of React are you using?

18.2.0

What version of TypeScript are you using (if any)?

No response

What browser are you using?

Microsoft Edge

Describe the Bug

The DateRangerPicker input is not behaving as it did previously (compared to version 5.6.6).

This is reproducible here: https://rsuitejs.com/components/date-range-picker/

  1. click once on "04"

image
3. type "0"
4.
image
5. type "2"
6.
image

Expected Behavior

This is the behavior from Rsuite 5.6.6

  1. double click on "04"

image
3. type "0"
4.
image
5. type "2"
6.
image

To Reproduce

No response

Fixed in rsuite@5.60.2

Many thanks :)