bastislack / highline-freestyle

Webapp for Highline Freestyle
GNU General Public License v3.0
10 stars 9 forks source link

Number input fields allow invalid values #237

Closed Felix-Hmpl closed 1 year ago

Felix-Hmpl commented 1 year ago

The input fields in postTrick.js and postCombo.js allow invalid numbers

Felix-Hmpl commented 1 year ago

I (hopefully) fixed this by modifying the onChange and onBlur methods in #235

Felix-Hmpl commented 1 year ago

Fixed in #235