Skip to content

Commit 6a0ba45

Browse files
committed
docs: update content
1 parent ee9ce50 commit 6a0ba45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/forms/multi-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ const mulitSelectList = mulitSelectElementList.map(mulitSelectEl => {
351351
| `selectionType` | string | `'tag'` | Sets the selection style. |
352352
| `selectionTypeCounterText` | string | `'item(s) selected'` | Sets the counter selection label. |
353353
| `valid` | boolean | `false` | Toggle the valid state for the component. |
354-
| `value` | boolean | `null` | Sets the initial value for the multi-select component. |
354+
| `value` | boolean | `null` | Sets the initially selected values for the multi-select component. |
355355
{{< /bs-table >}}
356356

357357
### Methods

0 commit comments

Comments
 (0)