wojtekmaj / react-date-picker

A date picker for your React app.
https://projects.wojtekmaj.pl/react-date-picker
MIT License
1.26k stars 195 forks source link

Enter is not working on use manual date input #664

Open croschel opened 3 months ago

croschel commented 3 months ago

Before you start - checklist

Description

Basically when we are using the input of date picker instead clicking on calendar icon and we press enter nothing happens. Obs: Esc key is working normally (closing the calendar component).

Steps to reproduce

  1. Click on a datepicker input (day, month or year input) rendered on the screen;
  2. After add new date with calendar or not press enter; Screenshot 2024-05-29 at 12 45 18

Expected behavior

The Calendar should be closed.

Actual behavior

The calendar still there.

Additional information

No response

Environment

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.