-
### Version
Vben Admin V2
### Describe the bug?
根据ref获取表单内容时报错
### Reproduction
根据ref获取表单内容时报错
### System Info
```shell
2.2
```
### Relevant log output
_No response_
### Validations
- [X] …
-
Someone explains to me how it is used, some example
-
### Version
Vben Admin V5
### Describe the bug?
![image](https://github.com/user-attachments/assets/0d0db829-c42a-438a-a48f-ab2adb644f8d)
直接使用表单内部的提交按钮时会先触发校验,校验不通过时不会提交表单,这个表现是符合预期的
![image](htt…
-
### Are you submitting a **bug report** or a **feature request**?
bug report
### What is the current behavior?
Current implementation of `useFormState` hook is not reliable. State…
-
### Are you submitting a **bug report** or a **feature request**?
bug report
### What is the current behavior?
When the form has deep (with nested properties) initialValues and re-renders…
-
in the example there is FormBuilder but not in the plugin, there is $originalform but the code does not mention it,
tried sending with formapi, nothing custom works.
```
static function getnewaFo…
-
### Version
Vben Admin V5
### Description
在覆盖默认重置逻辑时,表单不会被清理,需要提供操作form的api来手动清理
```
handleSubmit: async () => {
const formValues = formApi.form.values;
props.api.reload(formValues);
…
imdap updated
1 month ago
-
Deployment on heroku fails with the below error:
```
2020-12-04T16:23:44.892498+00:00 heroku[web.1]: State changed from crashed to starting
2020-12-04T16:24:04.171691+00:00 heroku[web.1]: Startin…
-
### Version
Vben Admin V5
### Describe the bug?
有一个创建和编辑账号的Drawer表单,当编辑时,密码是非必填的,所以我在onOpenChange事件中进行表单验证规则的重置。
如果首次点开的是编辑,不会提示密码验证信息,如果首次创建,再点编辑,密码虽然显示非必填,但是会提示密码验证信息,关闭再次编辑就不会提示密码验证信息。
…
-
### Version
Vben Admin V5
### Describe the bug?
手机号登录的时候,当输入的手机号不满足位数或者邮箱输入的格式错误的时候,手机号或者邮箱为VbenInput,而验证码为VbenPinInput,测试发现设置dependencies的disabled无效,而只能在handleSendCode再做一次验证,那么还有更加方便的办法吗,如果再做一次验证的…