arfedulov / semantic-ui-calendar-react

Datepicker react component based on semantic-ui-react components
https://arfedulov.github.io/semantic-ui-calendar-react/
MIT License
259 stars 92 forks source link

Calendar hide immediately while hover on it #46

Closed miafan23 closed 5 years ago

miafan23 commented 5 years ago

Describe the bug Calendar hide immediately while hover on it

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://stackblitz.com/edit/react-dhk726'
  2. Click on 'input'
  3. hover on some date
  4. See error

Dependencies versions "react": "16.6.0", "react-dom": "16.6.0", "semantic-ui-calendar-react": "0.11.0", "semantic-ui-css": "^2.4.1", "semantic-ui-react": "0.83.0"

jambyung commented 5 years ago

For anyone who is having this issue, try setting closeOnMouseLeave={false} and try again. Might not be a expected behaviour but a lot more usable.

hyperhtml commented 5 years ago

Likely related to this bug that was just fixed in semantic-ui-react: (https://github.com/Semantic-Org/Semantic-UI-React/pull/3257)

miafan23 commented 5 years ago

@hyperhtml Thanks a lot!

arfedulov commented 5 years ago

This is a duplication #43.

Waiting for new semantic-ui-react release.

arfedulov commented 5 years ago

Works with semantic-ui-react v0.84.0