Skip to content
New issue

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

docs: 更新Picker组件defaultValue的说明 #352

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/component/picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ picker 多列选择器。
| [options.title] | <code>string</code> | | 自定义标题 |
| [options.desc] | <code>string</code> | | 自定义描述 |
| [options.container] | <code>string</code> | | 指定容器 |
| [options.defaultValue] | <code>array</code> | | 默认选项的value数组 |
| [options.defaultValue] | <code>array</code> | | 默认选项的value数组。(picker本身会根据id进行缓存选择操作,如遇到设置defaultValue无效请参见上方id配置说明) |
| [options.confirmText] | <code>string</code> | | 确定按钮的wording |
| [options.closeText] | <code>string</code> | | 关闭的wording |
| [options.onChange] | <code>function</code> | | 在picker选中的值发生变化的时候回调 |
Expand Down