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

[bug] Float inputs behave weirdly #8

Closed
moritz-t-w opened this issue Jan 17, 2024 · 2 comments
Closed

[bug] Float inputs behave weirdly #8

moritz-t-w opened this issue Jan 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@moritz-t-w
Copy link

When trying to enter numbers in the text field for a float value, such as Settings>Models>Temperature it behaves weirdly, always keeping 0.0 and only letting you add numbers after 0.0.

@szczyglis-dev
Copy link
Owner

Yes, I'm aware of that issue. The strange behavior is due to the real-time updating of the slider widget value that's linked with the input. I'll have to solve it differently - by updating the slider value only after the input loses focus, so that it updates only after the entire value has been entered. This will be fixed in one of the upcoming releases.

@szczyglis-dev szczyglis-dev added the bug Something isn't working label Jan 18, 2024
@szczyglis-dev
Copy link
Owner

Fixed in release: 2.0.109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants