fac26 / week1-server-karol-natalia-laura-gareth

Haiku
0 stars 0 forks source link

Keep any previously submitted values in the inputs so the user doesn't have to re-type them #49

Open ivan-unfolds opened 1 year ago

ivan-unfolds commented 1 year ago

All the input fields are cleared if you press submit without having filled them out, can you make it so that the ones you've already filled in remain filled in?

You could have a look at the sanitise and validation challenge for inspiration: https://github.com/foundersandcoders/sanitize-validate-challenge

ko-karol commented 1 year ago

Got it. Thank you very much. I'll stick it in the backlog.