-
Notifications
You must be signed in to change notification settings - Fork 2
UI Development Guidance
Stone Zhong edited this page Apr 10, 2021
·
7 revisions
- UI should validate client's data before submitting to server. (with the understanding that server does not trust client anyway)
- It is better to surface detailed error when form validation fails. A per field error message helps. In React Bootstrap, you can use Form.Control.Feedback to surface per field error.
- A per-page help or per-dialogbox help is useful in case people have question about the page or dialogbox.
- Good to have help in wiki page.