feat(Picker): add readonly prop (#7105)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user