@@ -226,16 +226,18 @@ You may also choose from small and large multi selects to match our similarly si
226
226
| ` cleaner ` | boolean| ` true ` | Enables selection cleaner element. |
227
227
| ` disabled ` | boolean | ` false ` | Toggle the disabled state for the component. |
228
228
| ` invalid ` | boolean | ` false ` | Toggle the invalid state for the component. |
229
- | ` options ` | (boolean\| array)| ` false ` | List of option elements. |
230
- | ` optionsMaxHeight ` | (number\| string)| ` 'auto' ` | Sets ` max-height ` of options list. |
231
- | ` optionsStyle ` | string| ` 'checkbox' ` | Sets option style. |
232
- | ` placeholder ` | string| ` 'Select...' ` | Specifies a short hint that is visible in the input. |
233
- | ` search ` | boolean| ` false ` | Enables search input element. |
234
- | ` searchNoResultsLabel ` | string| ` 'No results found' ` | Sets the label for no results when filtering. |
235
- | ` selectAll ` | boolean| ` true ` | Enables select all button.|
236
- | ` selectAllLabel ` | string| ` 'Select all options' ` | Sets the select all button label. |
237
- | ` selectionType ` | string| ` 'tag' ` | Sets the selection style. |
238
- | ` selectionTypeCounterText ` | string| ` 'item(s) selected' ` | Sets the counter selection label. |
229
+ | ` multiple ` | boolean | ` true ` | It specifies that multiple options can be selected at once. |
230
+ | ` name ` | string | ` null ` | Set the name attribute for the native select element. |
231
+ | ` options ` | (boolean\| array) | ` false ` | List of option elements. |
232
+ | ` optionsMaxHeight ` | (number\| string) | ` 'auto' ` | Sets ` max-height ` of options list. |
233
+ | ` optionsStyle ` | string | ` 'checkbox' ` | Sets option style. |
234
+ | ` placeholder ` | string | ` 'Select...' ` | Specifies a short hint that is visible in the input. |
235
+ | ` search ` | boolean | ` false ` | Enables search input element. |
236
+ | ` searchNoResultsLabel ` | string | ` 'No results found' ` | Sets the label for no results when filtering. |
237
+ | ` selectAll ` | boolean | ` true ` | Enables select all button.|
238
+ | ` selectAllLabel ` | string | ` 'Select all options' ` | Sets the select all button label. |
239
+ | ` selectionType ` | string | ` 'tag' ` | Sets the selection style. |
240
+ | ` selectionTypeCounterText ` | string | ` 'item(s) selected' ` | Sets the counter selection label. |
239
241
| ` valid ` | boolean | ` false ` | Toggle the valid state for the component. |
240
242
{{< /bs-table >}}
241
243
0 commit comments