wojtekmaj / react-date-picker

A date picker for your React app.

Home Page:https://projects.wojtekmaj.pl/react-date-picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click on "inputGroup__divider" does not open calendar

abaksha-sc opened this issue · comments

Before you start - checklist

  • I followed instructions in documentation written for my React-Date-Picker version
  • I have checked if this bug is not already reported

Description

When the node "react-date-picker__inputGroup__divider" of input clicked then it doesn't open calendar.
Sometimes this happens and it confuses when you want to choose date in calendar but it doesn't open.

Steps to reproduce

  1. Open https://projects.wojtekmaj.pl/react-date-picker/
  2. Click on divider "/" which is placed in input

Expected behavior

Calendar opens

Actual behavior

Calendar is not open

Additional information

Workaround for Chrome: add style pointer-events: none to CSS-class .react-date-picker__inputGroup__divider

Seems like this fix is not working for Firefox

Environment

  • Browser (if applicable): Chrome 114.0.5735.110, Firefox 102.12.0esr
  • React-Date-Picker version: 10.2.0
  • React version: 18.2.0

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.

This issue was closed because it has been stalled for 14 days with no activity.