Skip to content

Commit 8ccc7f6

Browse files
authored
Merge pull request #2190 from dorelljames/patch-2
Update 2-ui/4-forms-controls/1-form-elements/article.md
2 parents ac28995 + 552c0b7 commit 8ccc7f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ 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. That's feature is rarely used. In that case we need to use the first way: add/remove the `selected` property from `<option>` subelements.
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.
209+
210+
In cases that you have to, then use the first way: add/remove the `selected` property from `<option>` subelements.
209211
210212
We can get their collection as `select.options`, for instance:
211213

0 commit comments

Comments
 (0)