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.
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.