You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guidelines/components/select/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A select component is a right choice to preventing errors with predefined option
7
7
8
8
### Single select
9
9
10
-
- A dropdown element should allow the user to select one option from a list.
10
+
- A dialog element should allow the user to select one option from a list.
11
11
- The select component should always display a label, different from any name in the option list.
12
12
- If the options list is extensive, consider letting the user type for suggestions filtering the whole number of options.
13
13
- A default choice can be displayed as the placeholder before user selection. It must be placed as the first item on the options list and appear selected.
@@ -16,7 +16,7 @@ A select component is a right choice to preventing errors with predefined option
16
16
### Multi-select
17
17
18
18
- If more than one option is applicable, a multi-selection box should be used.
19
-
- If the list of options is short (4 or less) and users can select more than one option, consider using checkboxes instead of a multi-selection list for simplicity and visual clarity.
19
+
- If the list of options is short (4 or less) and users can select more than one option, consider using checkboxes instead of the multi-select component for simplicity and visual clarity.
20
20
- Multi-select fields include checkboxes for every single option in the list, the entire row must be clickable.
21
21
22
22
@@ -30,7 +30,7 @@ States are defined for select component based on the interactions that the user
30
30
31
31
### Options list
32
32
33
-
The options have two states: **enabled**, **hover**, **focus** and **selected**:
33
+
The option items have the following states: **enabled**, **hover**, **focus** and **selected**:
34
34
35
35

36
36
@@ -117,7 +117,7 @@ Select input specifications are the same as the [text-input](https://developer.d
0 commit comments