You are viewing Pre-Alpha documentation.
Vuetify0 Logo

SelectionRoot API

API reference for the SelectionRoot component.

SelectionRoot

Props

NameTypeDefaultDescription
namespacestring"v0:selection"Namespace for dependency injection (must match SelectionItem namespace)
disabledbooleanfalseDisables the entire selection instance
enrollbooleanfalseAuto-select non-disabled items on registration
mandatoryboolean | "force"falseControls mandatory selection behavior: - false (default): No mandatory selection enforcement - true: Prevents deselecting the last selected item - `force`: Automatically selects the first non-disabled item on registration
multiplebooleanfalseEnable multi-selection mode (array v-model)
modelValueT | T[]

Events

NamePayloadDescription
update:model-value[value: T | T[]]

Slots

NameSlot PropsDescription
defaultSelectionRootSlotProps

© 2016-2025 Vuetify, LLC
Ctrl+/