We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to input a number into float field, for example 0.5, it snaps back to 0.
float
0.5
Unity 2021.3.10f
The text was updated successfully, but these errors were encountered:
Update: Seems related to #2, Slider-type fields are unaffected, but it doesn't work for regular fields and for MinMaxSlider fields
Sorry, something went wrong.
fix: #2, #4 Decimal points are not entered correctly when mouse dragg…
17f7f7a
…ing in some cultures
chore(release): 1.0.1 [skip ci]
9bb8e32
# [ga.fuquna.rosettaui.uitoolkit-v1.0.1](ga.fuquna.rosettaui.uitoolkit-v1.0.0...ga.fuquna.rosettaui.uitoolkit-v1.0.1) (2022-11-22) ### Bug Fixes * [#2](#2), [#4](#4) Decimal points are not entered correctly when mouse dragging in some cultures ([17f7f7a](17f7f7a)) ### Performance Improvements * Window now fixes style.width after initial layout to improve layout performance. [#5](#5) [#9](#9) [#13](#13) ([27564e1](27564e1))
No branches or pull requests
When trying to input a number into
float
field, for example0.5
, it snaps back to 0.Unity 2021.3.10f
The text was updated successfully, but these errors were encountered: