-
I am trying to test browsh for simple form processings.
I was able to open for example a form at https://final-form.org/docs/react-final-form/examples/simple
Browsh opens it with very similar layout…
-
First of all thank you to Project staring authors for coming up with such a useful npm lib evaluation tool.
github starts is a popular metric when comparing libraries . But it can mislead at ti…
-
Version: react-final-form-hooks@1.0.0
I'm not able to use the latest release 1.0.0. I get following excpetion: "Uncaught TypeError: form.setConfig is not a function"
Here is a simple example: http…
-
### Are you submitting a **bug report** or a **feature request**?
feature request
### What is the current behavior?
When invoking `form.reset()` while `keepDirtyOnReinitialize` is true noth…
Dartv updated
4 years ago
-
### Are you submitting a **bug report** or a **feature request**?
Bug
### What is the current behavior?
If I call the `changeValue` asynchronously inside a mutator the form is not updated. In…
-
## JSON Server
[JSON Server](https://github.com/typicode/json-server) é biblioteca excelente para simular uma API dentro dos seus projetos frontend.
- Para instalar: `npm i json-server -D `
- …
-
This is a sample code to create a file input component, where user can upload attach files in the input and get the files in the final submission
```
import React, { Component } from 'react';
i…
-
### Are you submitting a **bug report** or a **feature request**?
**bug report**.
### What is the current behavior?
After `validate` function returns an error for the field it's not c…
powah updated
4 years ago
-
### Are you submitting a **bug report** or a **feature request**?
Bug Report
### What is the current behavior?
I'm using the form to create a large form (the size is mimics a real-life exampl…
-
### What do you want and why?
There is a LabeledTextField component in app/core/components/LabeledTextField.tsx, which is generated next to our Form component when we run Blitz new
I would be n…