Select🔽
You can use it when there are too many options to keep the page clean and tidy
Code demonstration
import { USelect } from 'ungeui'
Basic usageðŸŒ
Different sizes🔥
Display value😃ðŸ˜ðŸ˜©
Props
Parameter | description | type | default value |
---|---|---|---|
placeholder | default content | number | boolean | string | "请选择" |
value | selected value | number | boolean | string | object | "请选择" |
on-update:value | callback | (e: Event) => value | undefined |
display | display value in option | boolean | false |