You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.
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才可点击.
The text was updated successfully, but these errors were encountered: