osu-cascades / peo-scholarships

Managing the scholarship application process for the Central Oregon chapter of PEO International.
0 stars 0 forks source link

Applications/edit: Cum. HS GPA field not allowing decimal number #125

Closed ybakos closed 2 years ago

ybakos commented 3 years ago

The field uses a "number" type, which doesn't allow decimal numbers without a little massaging.

https://stackoverflow.com/questions/19011861/is-there-a-float-input-type-in-html5