Skip to content

Commit 552c0b7

Browse files
authored
Update article.md
1 parent bb70310 commit 552c0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/1-form-elements/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Here is an example:
205205
</script>
206206
```
207207
208-
Unlike most other controls, `<select>` allows to select multiple options at once if it has `multiple` attribute. Although such functionality is available, it is rarely used because of the different ways of doing the selection which vary in different operating systems and browser. And also, because you have to inform the user that multiple selection is available, it is more user-friendly to use checkboxes instead.
208+
Unlike most other controls, `<select>` allows to select multiple options at once if it has `multiple` attribute. Although such functionality is available, it is rarely used.
209209
210210
In cases that you have to, then use the first way: add/remove the `selected` property from `<option>` subelements.
211211

0 commit comments

Comments
 (0)