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
Which means the form data grabber should recongise the <input type="number"> and save it as a number. This is like the one time when JavaScript is easier :P I assume there's no way to enable loose typing in event handlers, @mjumbewu, but worth asking..
The text was updated successfully, but these errors were encountered:
In order for this event handler to work,
cost
's type must be an integer.Which means the form data grabber should recongise the
<input type="number">
and save it as a number. This is like the one time when JavaScript is easier :P I assume there's no way to enable loose typing in event handlers, @mjumbewu, but worth asking..The text was updated successfully, but these errors were encountered: