Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5758d73

Browse files
Puigcerbergkalpak
authored andcommitted
docs(select): document the multiple attribute
Add the `multiple` attribute to the documentation of the select directive. Closes #13119
1 parent 6bd6dbf commit 5758d73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ng/directive/select.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ var SelectController =
187187
*
188188
* @param {string} ngModel Assignable angular expression to data-bind to.
189189
* @param {string=} name Property name of the form under which the control is published.
190+
* @param {string=} multiple Allows multiple options to be selected. The selected values will be
191+
* bound to the model as an array.
190192
* @param {string=} required Sets `required` validation error key if the value is not entered.
191193
* @param {string=} ngRequired Adds required attribute and required validation constraint to
192194
* the element when the ngRequired expression evaluates to true. Use ngRequired instead of required

0 commit comments

Comments
 (0)