[new feature] ActionSheet: add lock-scroll prop

This commit is contained in:
陈嘉涵
2019-05-22 17:46:58 +08:00
parent 9b2a598979
commit 4c1075020f
4 changed files with 8 additions and 1 deletions
+1
View File
@@ -122,6 +122,7 @@ function ActionSheet(
value={props.value}
overlay={props.overlay}
lazyRender={props.lazyRender}
lockScroll={props.lockScroll}
getContainer={props.getContainer}
closeOnClickOverlay={props.closeOnClickOverlay}
onInput={onInput}