-
### Version
Vben Admin V5
### Describe the bug?
Drawer组件关闭后再打开未重置表单的state,可能与这一笔修改有关:fix: when the form is opened repeatedly, the state is unexpectedly stroyed #4406
### Reproduction
在Drawer组件中使用…
-
### Documentation is
- [ ] Missing
- [ ] Outdated
- [ ] Confusing
- [ ] Not sure?
### Explain in Detail
例如根据表单的变化来改变 label的值,还有初始化远程获取列表赋值到Cascader 的options,都不会自动变化,目前只能用formApi.setState()来改变,感觉有些繁…
LGX93 updated
1 month ago
-
When I enter the arena, the timer works normally, but when the timer runs out i get kicked from the server and the console says this error
```
#0 pmsrc/src/pocketmine/network/mcpe/NetworkBinaryStrea…
-
### Version
Vben Admin V5
### Describe the bug?
在使用表单联动的校验规则时,如果直接进行formApi的validate()方法,校验规则不是对应列配置的规则。
![Snipaste_2024-10-19_17-28-52](https://github.com/user-attachments/assets/4dbcd3bb-e160-48…
-
I think its trivial to have a way to trigger form validations manually without calling submit.
Is there a way to achieve this?
Thanks you rock!
-
*This data can be autogenerated by running the `warpreport` command from your server console.*
(Explain your problem here)
Okay, so whenever I use /addwarp, it comes up with an error. Here's the e…
-
### What is the new or updated feature that you are suggesting?
I would like to be able to use the FormProps interface.
### Why should this feature be included?
I want to encapsulate my form logic …
-
# 说明
- react-final-form依赖final-form,https://github.com/final-form/react-final-form
- 总结就一个字段订阅,然后绑定到react的生命周期。比较简单
- https://github.com/cisen/sourcecode-finalform
cisen updated
5 years ago
-
An [interesting commit](https://github.com/php/php-src/commit/dd17e18f41439ecf04eda48420771e1753ee77cd) is now available in PHP 7.0.2+; it provides access to zlib's manual dictionary functionality.
W…
-
So with this for example:
```php
$form['radios'] = array(
'#type' => 'radios',
'#title' => t('A set of options'),
'#options' => array(
1 => t('1st option'),
OPTION_TWO => t('2nd…