feat(Picker): add readonly prop (#7105)

This commit is contained in:
neverland
2020-09-05 06:50:59 +08:00
committed by GitHub
parent f6e3aaebec
commit 3cd200f7c2
6 changed files with 33 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ export const DEFAULT_ITEM_HEIGHT = 44;
export const pickerProps = {
title: String,
loading: Boolean,
readonly: Boolean,
itemHeight: [Number, String],
showToolbar: Boolean,
cancelButtonText: String,