Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

提交按钮默认可以触发点击事件 #48

Open
80631004 opened this issue Mar 18, 2018 · 0 comments
Open

提交按钮默认可以触发点击事件 #48

80631004 opened this issue Mar 18, 2018 · 0 comments

Comments

@80631004
Copy link

json:
{
"debug": true,
"properties": {
"username": {
"type": "string",
"title": "用户名",
"widget": {
"placeholder": "请输入用户名",
"autocomplete": "off"
}
}
},
"required": [],
"button": {
"items": [
{
"label": "登录",
"id": "send",
"submit": true
},
{
"label": "重置",
"id": "reset"
}
]
}
}

问题是,username为非必填,但还需要输入后,鼠标在其它任何地方点一下之后,submit button才可点击.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant