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

Does not hide on apply #233

Open
qabi opened this issue Jan 20, 2024 · 1 comment
Open

Does not hide on apply #233

qabi opened this issue Jan 20, 2024 · 1 comment

Comments

@qabi
Copy link

qabi commented Jan 20, 2024

Describe the bug
When selecting a date (or a range) the picker does not hide. The date (or range) is applied to the referenced fields(s).

To Reproduce

const picker = new easepick.create({
            element: "#from",
            css: [
                "https://cdn.jsdelivr.net/npm/@easepick/bundle@1.2.1/dist/index.css"
            ]
        });

Expected behavior
Dialog closes (hides) when a date or range is picked.

Additional context
Works for preset ranges in Firefox, but not for selected date or date range. Does not work for either with Safari.

@scrobbleme
Copy link

I have the same issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants