DEV Community

Discussion on: 10 useful HTML5 features, you may not be using

Collapse
 
wawrzyn321 profile image
Piotr Wawrzyńczyk

Nice! Some of those are new for me. By the way, there is a little more neat way of getting the numeric input's value - valueAsNumber.

<form oninput="x.value=a.valueAsNumber * b.valueAsNumber">

Thanks for sharing!

Collapse
 
atapas profile image
Tapas Adhikary

Thanks Piotr!