BlogPlaygroundOne

VSelectionControlGroup API


Props
name
type
default
string
undefined

Applies specified color to the control - supports utility colors with or without text- prefix (for example success, purple or text-purple) or CSS color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page.

string
'VSelectionControl'

The target component to provide defaults values for.

'default' | 'comfortable' | 'compact'
'default'

Adjusts the vertical height used by the component.

boolean
null

Removes the ability to click or target the component.

boolean
false

Puts the input in a manual error state.

  | string
  | (string | [string, number])[]
  | (new () => any)
  | FunctionalComponent
undefined

The icon used when inactive.

string
undefined

Sets the DOM id on the component.

boolean
false

Puts children inputs into a row.

unknown
undefined

The v-model value of the component. If component supports the multiple prop, this defaults to an empty array.

boolean
null

Changes select to multiple. Accepts array for value.

string
undefined

Sets the component’s name attribute.

boolean
null

Puts input in readonly state.

boolean | { class: string; keys: string[] }
true

Applies the v-ripple directive.

string
undefined

Specify a theme for this component and all of its children.

  | string
  | (string | [string, number])[]
  | (new () => any)
  | FunctionalComponent
undefined

The icon used when active.

string
undefined

Provides the default type for children selection controls.

(a: any, b: any) => boolean
undefined

Apply a custom comparison algorithm to compare model-value and values contains in the items prop.

Events
name
type
[unknown]

Event that is emitted when the component’s model changes.

Slots
never

The default Vue slot.

SASS Variables