-
### tdesign-mobile-react 版本
0.2.0
### 重现链接
_No response_
### 重现步骤
package.json版本信息如下
```
{
"name": "portal-market",
"version": "1.0.0",
"description": "腾讯云国际站官网云市场应用",
"pr…
-
example: https://codesandbox.io/s/818ov6pok0
case:
- submit last form
### What is the current behavior?
input in first form get focus
### What is the expected behavior?
input in last form …
-
First, thanks for this AMAZING project!!!
I get this warning while installing the recommended packages.
```
➜ email-editor npm install --save easy-email-core easy-email-editor easy-email-extension…
-
### Are you submitting a **bug report** or a **feature request**?
Bug
### What is the current behavior?
Using a nested JSON object in initialValues causes infinite re-renders.
Also, form fields …
-
Any plans to update dependencies and support react v17+ ?
Enase updated
3 years ago
-
Has there been any thoughts on React Hooks adoption vs using a HOC? I know things are early and even Redux is still working to get a full grasp on how to do things in the React Hooks world ([here](htt…
-
## 🚀 Feature Proposal
Add forms to the component library.
Forms should have:
- [ ] form builder: outputs a jsonschema, including validation and field types
- [ ] auto building forms from a j…
-
### Are you submitting a **bug report** or a **feature request**?
Bug!
### What is the current behavior?
When you trigger a mutator within FormSpy.onChange, it will throw a few setState warni…
-
Hi,
I am using react-hook-form V7.44.3 and I am validating a date but its input is optional, I have tried the following:
warranty_due_date: yup.date().optional(),
warranty_due_date: yup.date(…
-
Hi,
I am using resetFieldState function of useForm API to reset my field to the initial state. Unfortunately, it only resets a few fields and not reset the entire field object. The error state and …