samuelventura / athasha

Automation Now
MIT License
0 stars 0 forks source link

Input validation prevents invalid transient values making dificult to type certaing values #27

Open samuelventura opened 2 years ago

samuelventura commented 2 years ago

For instance if value=41 and min=5, it is not possible to go to 42 by remove the 1 with backspace because it get temporarily to 4 and the current validation puts back the previous valid value of 41.