Skip to content

Commit

Permalink
Added doc references to new dropdown and select options
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Jan 25, 2018
1 parent 0c703fa commit 42aa747
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jade/page-contents/dropdown_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ <h3 class="header">Options</h3>
<td>true</td>
<td>If true, constrainWidth to the size of the dropdown activator.</td>
</tr>
<tr>
<td>container</td>
<td>Element</td>
<td>null</td>
<td>Provide an element that will be the bounding container of the dropdown.</td>
</tr>
<tr>
<td>coverTrigger</td>
<td>Boolean</td>
Expand Down
6 changes: 6 additions & 0 deletions jade/page-contents/select_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ <h3 class="header">Options</h3>
<td>''</td>
<td>Classes to be added to the select wrapper element.</td>
</tr>
<tr>
<td>dropdownOptions</td>
<td>Object</td>
<td>{}</td>
<td>Pass options object to select dropdown initialization.</td>
</tr>
</tbody>
</table>
<br>
Expand Down

0 comments on commit 42aa747

Please sign in to comment.