twintechlabs / flaskdash

Flask starter app featuring CoreUI and the FlaskUser module.
Other
114 stars 29 forks source link

Form "Reset" button doesn't work as expected #5

Closed rob-hills closed 5 years ago

rob-hills commented 5 years ago

The "Edit" forms in this project (eg the User Profile form) have at the bottom two buttons, one labelled "submit" and the other "reset".

I expected the "reset" buttons to discard any edits and either refresh the "Edit" form with the original data, or return to the previous screen. Instead it seems to function exactly the same way as the "submit" button, ie it saves all edits.

twintechlabs commented 5 years ago

Fixed in most recent build.