mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
prompt 里面form验证失败不要 alert
This commit is contained in:
parent
07359e5dca
commit
41a1bfcedc
@ -269,7 +269,10 @@ function renderForm(
|
||||
type: 'form',
|
||||
wrapWithPanel: false,
|
||||
mode: 'horizontal',
|
||||
controls
|
||||
controls,
|
||||
messages: {
|
||||
validateFailed: ''
|
||||
}
|
||||
},
|
||||
{
|
||||
data: value,
|
||||
|
Loading…
Reference in New Issue
Block a user