-
Notifications
You must be signed in to change notification settings - Fork 32
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
InputMasked with Slider not working with decimals #1853
Labels
Comments
oggez
pushed a commit
to oggez/eufemia-oz
that referenced
this issue
Jan 5, 2023
tujoworker
pushed a commit
that referenced
this issue
Jan 9, 2023
fixes #1853 Co-authored-by: Oskar Z <oskar.zetterstrom@avantime.se>
🎉 This issue has been resolved in version 9.45.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
joakbjerk
pushed a commit
that referenced
this issue
Mar 27, 2023
fixes #1853 Co-authored-by: Oskar Z <oskar.zetterstrom@avantime.se>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
When using a InputMasked with Slider the values will not update if it is less than 1 (e.g. 0,55) .
input.mov
To Reproduce
Create a InputMasked and Slider component that uses the same values.
Drag the value to lower than 1 and see that the InputMasked value is not being updated.
Demo:
https://codesandbox.io/s/elated-sun-rpkc0p
Expected behavior
The value of InputMasked should be updated when values are lower than 1
Eufemia Version
9.45.1
The text was updated successfully, but these errors were encountered: