We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b32f4f commit 8400118Copy full SHA for 8400118
docs/README-CN.md
@@ -239,6 +239,7 @@ npm install mobile-select -D
239
|wheels|必填参数 无默认值|Array|数据源,需要显示的数据|
240
|callback|function(indexArr, data){}|function | 选择成功后触发的回调函数,返回indexArr、data|
241
|transitionEnd|function(indexArr, data){}|function|每一次手势滑动结束后触发的回调函数,返回indexArr、data|
242
+|cancel|function(indexArr, data){}|function|返回的是indexArr和data是上一次点击确认按钮时的值|
243
|onShow|function(e){}|function | 显示控件后触发的回调函数, 返回参数为对象本身 |
244
|onHide|function(e){}|function | 隐藏控件后触发的回调函数, 返回参数为对象本身 |
245
|title|`''`|String|控件标题|
0 commit comments