描述问题:
表单默认会重置
截图或视频:
如何复现(请务必完整填写下面内容):
- 你是如何使用 amis 的?
sdk 3.3 - amis 版本是什么?请先在最新 beta 版本测试问题是否存在
3.3,3.0无问题,升级3.3后出现 - 粘贴有问题的完整
amis schema
代码:
{
id: "id_form_search_allow_project_20230808092134",
type: "form",
title: "",
className: "searchForm",
target: "crud_allow_project_20230808092134",
mode: "inline",
wrapWithPanel: false,
resetAfterSubmit:false,
body: [
{
type: "input-text",
name: "keywords",
label: "关键词",
size: "lg",
placeholder: '作业项目名称/作业项目地点',
//可清除
clearable: true,
},
{
type: "input-date",
label: "绑定日期",
name: "bind_time",
inputFormat: "YYYY-MM-DD",
shortcuts: [
"yesterday",
"today",
],
visible: false,
},
{
type: "submit",
label: "检索",
level: 'primary',
icon: 'fa fa-search',
}
],
align: "right",
},
- 操作步骤
无
1条答案
按热度按时间iq3niunx1#
直接复制 问题 配置无法复现?是否要跟别的结合后才出现?