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:
metonym 2022-06-26 16:43:34 -07:00 committed by GitHub
commit 45627aad1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

View file

@ -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"