form
Here are 1,787 public repositories matching this topic...
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
-
Updated
Mar 21, 2020 - TypeScript
submitting a feature request
For migration documentation.
What is the current behavior?
The migration docs do not mention action creators and state selectors.
https://final-form.
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
-
Updated
Oct 30, 2019 - JavaScript
-
Updated
Mar 19, 2020 - TypeScript
Are you submitting a bug report or a feature request?
feature request (document enhancement)
What is the current behavior?
Document on FormApi.initialize and FormApi.reset a
Auto generating ID is not a good idea, specially since things like radio buttons share name. This creates errors.
Also,if no label or model, it will create fields with "" id, and if there are many, it will raise errors in the console.
Maybe skipping the implicit ID altoge
-
Updated
Mar 2, 2020 - CSS
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
-
Updated
Feb 29, 2020 - HTML
-
Updated
Mar 14, 2020 - Vue
-
Updated
Mar 21, 2020 - TypeScript
-
Updated
Dec 21, 2019 - JavaScript
-
Updated
Mar 20, 2020 - JavaScript
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
-
Updated
Feb 19, 2020 - JavaScript
As a user, I need to be able to set the id attribute to the div that replaces the tab-content tag
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
-
Updated
Nov 11, 2019 - JavaScript
Manual Installation
CocoaPods and Carthage are awesome tools and make our life really easier, but there are some devs who still don't know how to use them.
It would be cool to add the Manual installation guide in your README.md. You can take a look at my iOS Readme Template to see how you can do it.
-
Updated
Mar 20, 2020 - JavaScript
-
Updated
Jan 31, 2020 - Java
-
Updated
Jan 30, 2020 - JavaScript
Improve this page
Add a description, image, and links to the form topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the form topic, visit your repo's landing page and select "manage topics."
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
formikBagsuch 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