kvesteri/wtforms-components

DecimalField should render step

evehmane opened this issue · 0 comments

If step is missing, Chrome doesn't accept for example value "2.55". It accepts only "2.0" or "3.0" because default step is 1. In this case step should be "0.01".