GideonNeedleman / 5x5

0 stars 0 forks source link

Improve BuildExercise with graphical inputBar #79

Closed GideonNeedleman closed 9 months ago

GideonNeedleman commented 9 months ago

By using actual inputBar in build exercise dialogue, can make it more intuitive to fill in needed values

Like default, step value, name & units. They will appear like they're supposed to on the actual inputBar.

Also ensure correct form validation is done. Include required fields.

GideonNeedleman commented 9 months ago

Allow fractional values for step and inputBar.

Solved, use step="any" inside input field with type="number"