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

Commit 38eaa52

Browse files
Adam BackThomasBurleson
authored andcommitted
docs(select): clarify multiple attribute
1 parent f7ecb4f commit 38eaa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/select/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ angular.module('material.components.select', [
7070
* `value="null"` will require the test `ng-if="myValue != 'null'"` rather than `ng-if="!myValue"`.
7171
*
7272
* @param {expression} ng-model The model!
73-
* @param {boolean=} multiple Whether it's multiple.
73+
* @param {boolean=} multiple When set to true, allows for more than one option to be selected. The model is an array with the selected choices.
7474
* @param {expression=} md-on-close Expression to be evaluated when the select is closed.
7575
* @param {expression=} md-on-open Expression to be evaluated when opening the select.
7676
* Will hide the select options and show a spinner until the evaluated promise resolves.

0 commit comments

Comments
 (0)