-
### Description
I have linked a FilterableSelect to react form.
The particularity here is that the value of the options is an object.
Filtering is working but ...
If you select “Black”, then put t…
-
I would suggest using [formik](https://github.com/jaredpalmer/formik) library to handle forms.
-
#### Feature request description
Motivation (web app):
- There are 29 forms.
- There are 20 `onXFieldChange` like methods, that is the source of 60 LOC, and it takes approximately 2.8 Kb, for insta…
-
## Feature request
### Current Behavior
Right now the official website have no margin from left and right and that's why the content is overflowing.
### Desired Behavior
There should b…
-
Brent says:
> Let's develop a robust form component that can render many different fields based on the spec it receives. Then we > can use this for advanced dagrun trigger and connection management.
…
-
I am using formik for my signup form using material UI. That form only as four input text fields, as user fills up that form, when I console log form component rendering, it is in hundreds, on just on…
-
As of 2.1.2, `` now allows for an `innerRef` prop. However, we should instead use `React.forwardRef` + `React.useImperativeHandle`. This is more intuitive and closer to best practices. The problem tho…
-
Scenarios like this
Here we have validationField method, based on the second input filed value we need to set the error of the field of the second input.
i tried like with validatio…
-
**Is your feature request related to a problem? Please describe.**
The signup/login page only have HTML validation.(the required attribute,)
**Describe the solution you'd like**
with For…
-
## ❓Question
I have a form that i'm controlling by formik, when i fill all the fields and press the buttom submit, the function `onSubmit` is called and my form have this values reseted.
Sometim…