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

InputMasked with Slider not working with decimals #1853

Closed
oggez opened this issue Jan 5, 2023 · 1 comment
Closed

InputMasked with Slider not working with decimals #1853

oggez opened this issue Jan 5, 2023 · 1 comment
Labels

Comments

@oggez
Copy link
Contributor

oggez commented Jan 5, 2023

🐛 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

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>
tujoworker pushed a commit that referenced this issue Jan 9, 2023
## [9.45.3](v9.45.2...v9.45.3) (2023-01-09)

### Bug Fixes

* **InputMasked:** add replace decimal in parseFloat ([#1854](#1854)) ([b3446cc](b3446cc)), closes [#1853](#1853)
@tujoworker
Copy link
Member

🎉 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
Labels
Development

No branches or pull requests

2 participants