We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9ce50 commit 6a0ba45Copy full SHA for 6a0ba45
docs/content/forms/multi-select.md
@@ -351,7 +351,7 @@ const mulitSelectList = mulitSelectElementList.map(mulitSelectEl => {
351
| `selectionType` | string | `'tag'` | Sets the selection style. |
352
| `selectionTypeCounterText` | string | `'item(s) selected'` | Sets the counter selection label. |
353
| `valid` | boolean | `false` | Toggle the valid state for the component. |
354
-| `value` | boolean | `null` | Sets the initial value for the multi-select component. |
+| `value` | boolean | `null` | Sets the initially selected values for the multi-select component. |
355
{{< /bs-table >}}
356
357
### Methods
0 commit comments