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

fix: AppSlider incorrect state #654

Merged
merged 1 commit into from
May 4, 2022

Conversation

pedrolamas
Copy link
Member

Issue caused by AppSlider.vue changes in 863c0b2

This reverts most of those changes as I came to realize that one can use v-model.number to force a bind as number...

Though AppSlider value is number, the rules will also be used for a non-valid number, so I added a + safeguard on OutputFan to ensure a number/NaN is in use.

Fixes #653

Signed-off-by: Pedro Lamas pedrolamas@gmail.com

@pedrolamas pedrolamas added the GH - Bug Something isn't working label May 3, 2022
@pedrolamas pedrolamas added this to the 1.18.1 milestone May 3, 2022
@pedrolamas pedrolamas requested a review from matmen May 4, 2022 10:08
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
@pedrolamas pedrolamas merged commit 8e59f4e into fluidd-core:develop May 4, 2022
@pedrolamas pedrolamas deleted the pedrolamas/fix-slider branch May 4, 2022 10:23
matmen pushed a commit to matmen/fluidd that referenced this pull request Jun 27, 2022
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GH - Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fan slider textbox is showing error state for a correct value
2 participants