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
通常 picker 需要结合 field一起使用,考虑到使用成本比较大,建议有一个新的组件可以直接结合 2 者,展示是 columns.text,提交需要的是 columns.value, 虽然也可以直接借助 van-picker 和 van-field 的基础上实现,但还是简单化的希望直接可以引入 vant
<van-select title="" columns="" v-model="selectValue" placeholder=""></van-select>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem does this feature solve?
通常 picker 需要结合 field一起使用,考虑到使用成本比较大,建议有一个新的组件可以直接结合 2 者,展示是 columns.text,提交需要的是 columns.value, 虽然也可以直接借助 van-picker 和 van-field 的基础上实现,但还是简单化的希望直接可以引入 vant
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: