fix(selector): button cannot be submitted
This commit is contained in:
parent
7e947b5f10
commit
72838b7f49
@ -393,6 +393,10 @@ FormItem.Designer = (props) => {
|
||||
action: tk ? 'get' : null,
|
||||
});
|
||||
|
||||
if (v === 'CollectionField') {
|
||||
schema['type'] = 'string';
|
||||
}
|
||||
|
||||
insertAdjacent('beforeBegin', divWrap(schema), {
|
||||
onSuccess: () => {
|
||||
dn.remove(null, {
|
||||
|
Loading…
Reference in New Issue
Block a user