
Use width of an input field as an indicator to identify the number of input characters it can contain.
Continue reading “Design Tip #6”Use width of an input field as an indicator to identify the number of input characters it can contain.
Continue reading “Design Tip #6”Always make the primary action standout on a page by making its visual stronger.
Continue reading “Design Tip #5”Most of the times, all fields in a form are mandatory except a couple of fields that are optional. To avoid clutter, it is better to mark optional label for fields that not required.
Continue reading “Design Tip #4”Don’t use placeholder text as it disappears as soon as user starts typing the input. Recalling the instructions while entering the text is annoying for the user. The only way to restore it is to remove the entered text.
Continue reading “Design Tip #3”Display all options side by side when user has to select from 2 to 4 values.
Continue reading “Design Tip #2”Don’t wrap text on Buttons. A button label should remain on a single line.
Continue reading “Design Tip #1”