Skip to content

Select

Used to select from many options.

Import

js
import { MpSelect } from '@mekari/pixel3'

Playground

API

MpSelect

Props
Events
Slots
NameTypeDefault
as
Component used for root node.
string | objectselect
model-value
Value of select.
number | string -
id
Id of select.
string -
size
Size of select.
sm | mdmd
placeholder
Placeholder of select.
string -
is-disabled
If true, select will be disabled.
booleanfalse
is-invalid
If true, select is marked as invalid.
booleanfalse
is-required
If true, select will be required.
booleanfalse
is-full-width
If true, select will span full width of it parent.
booleantrue
is-clearable
If true, allow to remove select content with clear icon.
booleanfalse

Usage

Size