alan-turing-institute / simulate-frontend

Simulate frontend application.
http://simulate.readthedocs.io
0 stars 1 forks source link

forms are not validated #33

Closed dpshelio closed 7 years ago

dpshelio commented 7 years ago

Forms could be validated in the html before saving or submiting the job, this can be done in <input with the properties type='number' min="xx" max="XX" step="Any">

masonlr commented 7 years ago

Yes, this would be great.

User story: User enters 12 for a text input field (for which min=1 and max=10)

Behaviour: A helper message should be shown below/beside the text input with the text viscosity must be set to a value between 1 and 10

myyong commented 7 years ago

Done