We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nutui/nutui
4.3.1
h5
https://nutui.jd.com/h5/vue/4x/#/zh-CN/component/picker
<!-- <默认会选中第一个,未找到默认不选择方案> --> <nut-cell class="border-wrapper" title=" '请选择'" is-link @click="visible = true" ></nut-cell> <nut-popup v-model:visible="visible" position="bottom"> <nut-picker v-model="formData.data" three-dimensional :columns="[ { text: '南京', value: 'Nanjing' }, { text: '无锡', value: 'Wuxi' }, ]" /> </nut-popup> formData = ref({data:null})
默认不选中
默认会选中第一个
No response
The text was updated successfully, but these errors were encountered:
This is a same question which hanppend to me. Please click this link. #2946
Sorry, something went wrong.
Picker 的交互设计可以参考微信 picker-view,这种形式下不存在选中空值的展示逻辑。
No branches or pull requests
NutUI 包名
@nutui/nutui
NutUI 版本号
4.3.1
平台
h5
重现链接
https://nutui.jd.com/h5/vue/4x/#/zh-CN/component/picker
重现步骤
期望的结果是什么?
默认不选中
实际的结果是什么?
默认会选中第一个
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: