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
@@ -323,6 +323,7 @@ export default createComponent({
genColumnItems() {
return this.formattedColumns.map((item, columnIndex) => (
<PickerColumn
readonly={this.readonly}
valueKey={this.valueKey}
allowHtml={this.allowHtml}
className={item.className}