Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closeCalendar prop not working #361

Closed
Paxatax opened this issue May 18, 2021 · 7 comments
Closed

closeCalendar prop not working #361

Paxatax opened this issue May 18, 2021 · 7 comments
Labels
bug Something isn't working

Comments

@Paxatax
Copy link

Paxatax commented May 18, 2021

Hi,

I'm unable to keep the calendar open after selecting a date.

import DatePicker from 'react-date-picker/dist/entry.nostyle';
import 'react-date-picker/dist/DatePicker.css';
import 'react-calendar/dist/Calendar.css';

<DatePicker
    isOpen
    closeCalendar={false}
    onChange={onChange}
    value={value}
/>

package.json

"react-date-picker": "^8.1.1"

Is this a bug or am I doing something wrong? Running it in a NextJS app.

Thanks in advance.

@hjrobinson
Copy link

Yeah, I'm having the same problem. I'm not using NextJS.

@wojtekmaj wojtekmaj added the bug Something isn't working label Jul 5, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2021

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.

@github-actions github-actions bot added the stale label Oct 4, 2021
@IsbahAhmed
Copy link
Contributor

I am having same problem but i want to close date picker on select.

@hjrobinson
Copy link

Since I was having the opposite problem you could try using the 8.2.0 release but you won't have the latest updates.

@github-actions github-actions bot removed the stale label Oct 18, 2021
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the stale label Jan 17, 2022
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot closed this as completed Feb 7, 2022
@wojtekmaj wojtekmaj reopened this Feb 8, 2022
@wojtekmaj wojtekmaj removed the stale label Feb 8, 2022
@wojtekmaj
Copy link
Owner

Caused by wojtekmaj/react-calendar#388

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants