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

Infinite loop occurs with .set('max', -Infinity) #1236

Open
Voileexperiments opened this issue Sep 28, 2021 · 0 comments
Open

Infinite loop occurs with .set('max', -Infinity) #1236

Voileexperiments opened this issue Sep 28, 2021 · 0 comments

Comments

@Voileexperiments
Copy link

Similar to #755, in v3.6.4 infinite loop occurs when trying to do

picker.set('max', -Infinity);

which is a pretty deadly pitfall (the intended code is picker.set('min', -Infinity); to reset the minimum date).

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

1 participant