Skip to content

Commit d081f9b

Browse files
committed
updated docs: add selected option #577
1 parent 096d4aa commit d081f9b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/select.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@ <h3 class="header">Options</h3>
215215
<td>{}</td>
216216
<td>Pass options object to select dropdown initialization.</td>
217217
</tr>
218+
<tr>
219+
<td>selected</td>
220+
<td>Array</td>
221+
<td>[]</td>
222+
<td>Default options to be selected on initialization</td>
223+
</tr>
218224
</tbody>
219225
</table>
220226
</div>

0 commit comments

Comments
 (0)