naive-ui/demo/documentation/components/popselect/zhCN/index.md
2020-03-05 13:45:45 +08:00

736 B
Raw Blame History

弹出选择 Popselect

如果你想选择一些数据,还不想看到那个框子,可以使用 Popselect。

演示

basic
size
scrollable
custom-width
multiple

V-model

Prop Event
value change

Props

名称 类型 默认值 说明
value string | number null
options Array<SelectOption | SelectOptionGroup> []
scrollable boolean false
multiple boolean false
size 'small' | 'medium' | 'large' 'small'

对于 SelectOption & SelectOptionGroup参考 Select

对于其他 props参考 Popover

Events

名称 参数 说明
change string | number | Array<string | number> | null