Components/Select
Since 1.0.0BETA

Select

Floating UI

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

Select

Floating UI

Basic Usage

Select

Demo loads on client.

Remote Search (Editable)

Select (remote searchable)

Demo loads on client.

Searchable

Select (searchable)

Demo loads on client.

Disabled State

Select (disabled)

Demo loads on client.

Disabled Options

Select (disabled option)

Demo loads on client.

Scroll Panel

Select (scrollable dropdown)

Demo loads on client.

API

TuffSelect Props

PropDescriptionTypeDefault
modelValue / v-modelDescription for modelValue / v-model.string | number''
placeholderDescription for placeholder.string'Text'
disabledDescription for disabled.booleanfalse
searchableDescription for searchable.booleanfalse
searchPlaceholderDescription for searchPlaceholder.string'Search'
editableDescription for editable.booleanfalse
remoteDescription for remote.booleanfalse
dropdownMaxHeightDescription for dropdownMaxHeight.number280
dropdownOffsetDescription for dropdownOffset.number6

TuffSelect Events

EventDescriptionParams
changeDescription for change.(value: string | number) => void
update:modelValueDescription for update:modelValue.(value: string | number) => void
searchDescription for search.(query: string) => void

TuffSelectItem Props

PropDescriptionTypeDefault
valueDescription for value.string | number-
labelDescription for label.string-
disabledDescription for disabled.booleanfalse
Was this helpful?