Skip to content
#

form

Here are 1,787 public repositories matching this topic...

formik
franleplant
franleplant commented Mar 12, 2020

🚀 Feature request

Create and document an explicit return type for useFormik.
I hesitated to call this a feature or documentation or simply an enhancement.

Current Behavior

In cases where we have access to formikBag such as with <Field/> or <Formik/> render props it is rather difficult to identify exactly what is the type of that formikBag.

The documentation is not sup

react-final-form
formidable
nahushf
nahushf commented Dec 2, 2019

I'm a newbie to this library, so apologies if this is too basic of a question.
I am trying to populate an instance of FormData before sending it to another server using axios like so:

form.parse(req, async (err, fields, files) => {
    if (err) {
        errorHandler(err);
        return;
    }

    const formData = new FormData();
    Obj
SoonDead
SoonDead commented Nov 7, 2017

The Problem

Reading the Docs the first time is hard. For example the quickstart guide mentions the concepts of modelReducers and formReducers without any references on what they are, how they are useful or why they are separate things. A lot of references are broken and I find it pretty hard to gather the information needed, so please bear with me if I ask something seemingly trivial.

I

GregJohnStewart
GregJohnStewart commented Aug 26, 2018

There needs to be more straightforward examples on how to setup the use of this tool. I am trying to upgrade from select2, and I cannot figure out exactly how to figure out how to setup Selectivity.

Recommend creating concise, clear, and simple examples, beginning with the simplest usage and working to more advanced features. The examples listed here on

ksidibe
ksidibe commented Dec 4, 2017

The current way (t.tabId=""+t.title.replace(/ /g,"")+e) of generating the id attribute makes it unusable for cases when you need a clear control over the id of the "div"s.
For example, before allowing the user to move forward or backward, I need to call a validation plugin with one or more divs as containers which are validated. If the given divs are valid then the forward/backward movement is a

Improve this page

Add a description, image, and links to the form topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the form topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.