mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
578 B
578 B
Popselect
If you want select some options but don't want a picker, you can use popselect instead.
Demos
basic
cancelable
custom-width
multiple
V-model
Prop | Event |
---|---|
value | change |
Props
Name | Type | Default | Description |
---|---|---|---|
value | string | number |
||
options | Array |
||
width | number |
||
multiple | boolean |
||
cancelable | boolean |
||
controller | Object |
||
arrow | boolean |
||
trigger | 'click' | 'hover' | 'manual' |
Events
Name | Parameters | Description |
---|---|---|
change | string | number | Array<string | number> | null |