Hacker News new | ask | show | jobs
by Semiapies 5542 days ago
Reset buttons can be useful in CRUD applications when you want to "clear all changes" in an existing record - everything gets reverted to the field values in the HTML.

Admittedly, I don't use them much, usually going with a "Cancel/Close" link that takes the user out of the record-editing view.

1 comments

Isn't this more of a "revert changes"?