chore: update copy for ComboBox/Dropdown stories

This commit is contained in:
Eric Liu 2020-07-19 14:43:16 -07:00
commit bc866d6650
3 changed files with 4 additions and 9 deletions

View file

@ -30,7 +30,6 @@
}
</script>
<p>Currently, this component does not support items as slots.</p>
<p>
<code>items</code>
must be an array of objects; mandatory fields are `id` and `text`.
@ -47,8 +46,9 @@
size="small"
on:click={() => {
selectedIndex = 1;
}}>
Set item to 'Option 2'
}}
style="margin-top: 1rem;">
Set item to "Option 2"
</Button>
</div>
<div style="width: 300px; margin-top: 2rem;">