Validation from Zod schema

  • 必填
Zod features

Tutorial Form

现在 confirmName 的值是:undefined
最喜欢的冰淇淋口味*
这个角色应该有多少力量点?
这个文本框会随着输入内容增加而增高

JSON Schema Form

  • 显式设置的错误是非阻塞的,这意味着它们不会像验证错误那样阻止表单提交。您可以在表单文档中了解更多有关错误处理的信息。
[
  {
    "name": "默认值"
  }
]
{
  "attributes": {
    "flavors": [],
    "strength": 5
  },
  "schemaGroup": {},
  "guests": [
    {
      "name": "默认值"
    }
  ]
}

Pro Inputs