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

remove guard for input number #4689

Merged
merged 5 commits into from
Apr 23, 2020
Merged

remove guard for input number #4689

merged 5 commits into from
Apr 23, 2020

Conversation

pushkine
Copy link
Contributor

@pushkine pushkine commented Apr 18, 2020

fixes #4687
fixes #4631
checks to_number(input.value) !== ctx[x] instead of using a guard to skip a tick
input.value !== ctx[x] is already used for many input types and the issues #2759 & #3426 that introduced the guard in #3506 still work with this change

@Conduitry Conduitry merged commit 7ac3e60 into sveltejs:master Apr 23, 2020
taylorzane pushed a commit to taylorzane/svelte that referenced this pull request Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants