mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: picker 不自定义 pickerSchema 时 labelField 配置无效问题修复
This commit is contained in:
parent
4941ca0351
commit
a86a191923
@ -141,10 +141,7 @@ export default class PickerControl extends React.PureComponent<
|
||||
labelField: 'label',
|
||||
valueField: 'value',
|
||||
pickerSchema: {
|
||||
mode: 'list',
|
||||
listItem: {
|
||||
title: '${label|raw}'
|
||||
}
|
||||
mode: 'list'
|
||||
},
|
||||
embed: false,
|
||||
overflowConfig: {
|
||||
|
Loading…
Reference in New Issue
Block a user