You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
If I enter anything into the numeric input the value is being sent as 0:
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.
The text was updated successfully, but these errors were encountered:
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:
If I enter anything into the numeric input the value is being sent as 0:
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.
The text was updated successfully, but these errors were encountered: