mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
420 B
420 B
Popselect
If you want select some options but don't want a picker, tyou can use popselect instead.
Demos
basic
cancelable
custom-width
multiple
Props
name | type | default | description |
---|---|---|---|
value | string | number |
||
options | Array |
||
width | number |
||
multiple | boolean |
||
cancelable | boolean |
||
controller | Object |
||
arrow | boolean |
||
trigger | 'click' | 'hover' | 'manual' |