[go: up one dir, main page]

0% found this document useful (0 votes)
17 views2 pages

Common Controls and Validations

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views2 pages

Common Controls and Validations

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

Forms:
 Any form in the application should be given a meaningful heading.
 All mandatory fields in the form should be provided with ‘*’.
 Meaningful error message should be shown if no input is given for the
mandatory fields.

2. Bread Crumbs:
 Breadcrumbs should be given in pages to identify user’s current location
within the system by providing a clickable trail of proceeding pages to
navigate by.

3. Text Fields:
 All text field should be given meaningful placeholder.
 Minimum and maximum character limit should be set for all text fields as
per the requirement of application.
 Validations should be provided depending on the type of data that is going
to get in that field as per the requirement.

4. Buttons:
 A button should be labelled using text, an icon, or both as per the
requirement.

5. Date and time pickers:


 The information should be consistently formatted and input into the system.

6. Pagination:
 Pagination should be given which allows users to skip between pages or go
in order through the content.

7. Tags:
 Tags should allow users to find content in the same category.

8. Notifications:
 Notifications should be used to indicate items such as, the successful
completion of a task, or an error or warning message.

9. ToolTip:
 A meaningful tooltip should be provided to see hints when users hover over
an item indicating the name or purpose of the item.

10. Navigation bar:


 A navigation bar should be available to help users navigate and get to the
information they are looking for.

11. Sidebars:
 Sidebars should be available in order to allow users to
show or hide items or even hide the entire sidebar if
they wish.
12. Confirmation dialogues:
 Confirmation dialogues should be available for collecting user
consent for a particular action.

You might also like