Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Commit 4558c74

Browse files
committed
Documentation for disabled:
When attribute disabled is set to true the dropdown will be disabled
1 parent 25259df commit 4558c74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/javascripts/pages/home/home.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,13 @@ <h2>Attributes</h2>
10281028
<td>String</td>
10291029
<td>Uses for settings the search filter from outside the direcrtive.</td>
10301030
</tr>
1031+
<tr>
1032+
<td>
1033+
<strong>disabled</strong>
1034+
</td>
1035+
<td>Boolean</td>
1036+
<td>Used for disabling the dropdown.</td>
1037+
</tr>
10311038
</tbody>
10321039
</table>
10331040
<h2>Settings</h2>

0 commit comments

Comments
 (0)