-
Notifications
You must be signed in to change notification settings - Fork 6
RpcLabelPicker
github-actions[bot] edited this page Aug 23, 2024
·
2 revisions
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
labels | Available labels | Array | - | () => [] |
modelValue | Slugs of applied labels | Array | - | () => [] |
label | Component UI label | string | - | 'Choose labels' |
Event name | Properties | Description |
---|---|---|
update:modelValue |
The LabelPicker
component provides a combobox to manage a set of labels.
The Labels
prop is a list of objects that should include at least id
, slug
, and color
fields.
The modelValue
prop is a list of id
values that are currently selected.