mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
docs: rename ComboBox
example, do not open modal in DatePicker
by default (#1374)
* docs(combo-box): "Selected id" -> " Initial selected id" * docs(date-picker): do not open modal by default to prevent stealing focusing
This commit is contained in:
parent
c346b8edc0
commit
45627aad1f
2 changed files with 13 additions and 3 deletions
|
@ -24,7 +24,7 @@ Override the default slot to customize the display of each item. Access the item
|
|||
|
||||
<FileSource src="/framed/ComboBox/ComboBoxSlot" />
|
||||
|
||||
### Selected id
|
||||
### Initial selected id
|
||||
|
||||
<ComboBox titleText="Contact" placeholder="Select contact method"
|
||||
selectedId="1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue