mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:48:32 +08:00
补充示例
This commit is contained in:
parent
1f7a20a988
commit
65cb97f0db
@ -746,6 +746,17 @@ export default {
|
||||
name: 'textarea',
|
||||
label: '多行文本'
|
||||
},
|
||||
{
|
||||
label: '穿梭器',
|
||||
name: 'a',
|
||||
type: 'transfer',
|
||||
source: '/api/mock2/form/getOptions?waitSeconds=1',
|
||||
searchable: true,
|
||||
searchApi: '/api/mock2/options/autoComplete2?term=$term',
|
||||
selectMode: 'list',
|
||||
sortable: true,
|
||||
inline: true
|
||||
},
|
||||
{
|
||||
type: 'divider'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user