Open-Agriculture / AgIsoVirtualTerminal

A free, experimental ISO11783-6 Virtual Terminal (VT) server GUI based on AgIsoStack++
GNU General Public License v3.0
20 stars 1 forks source link

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

Open martonmiklos opened 2 weeks ago

martonmiklos commented 2 weeks ago

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.