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

Entering number to the numeric input dialog does not change the value sent #38

Open
martonmiklos opened this issue Nov 7, 2024 · 0 comments

Comments

@martonmiklos
Copy link
Contributor

I have a numeric input which is limited between 1 and 24 and the default value is 0:
When I open it it starts with 1:
image
If I enter anything into the numeric input the value is being sent as 0:
image

I figured out that if I change the slider the value is being sent correctly.
I think it would be necessary to sync the last value of the slider if the input manually edited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant