Skip to content

Commit 1b37fd9

Browse files
authoredJan 31, 2018
Update README.md
1 parent 8400118 commit 1b37fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ npm install mobile-select -D
349349
|wheels|Required parameter. No default value|Array|The data displayed on the wheel|
350350
|callback|function(indexArr, data){}|function | A callback function after successful selected, return parameter (indexArr, data) |
351351
|transitionEnd|function(indexArr, data){}|function|A callback function that after each gesture sliding, return parameter (indexArr, data)|
352+
|cancel|function(indexArr, data){}|function|A callback function after cancel selected, return last successful selected parameter (indexArr, data)|
352353
|onShow|function(e){}|function | A callback when the window is show, return object itself as parameter |
353354
|onHide|function(e){}|function | A callback when the window is hidden, return object itself as parameter|
354355
|title|`''`|String|Component title|

0 commit comments

Comments
 (0)
Please sign in to comment.