naive-ui/demo/documentation/components/popselect/enUS/index.md

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'