-
Perhaps Material UI should maintain their own integrations?
In your documentation you list
- final-form-material-ui
- formik-material-ui
- redux-form-material-ui
as related projects for int…
-
### Are you submitting a **bug report** or a **feature request**?
Bug Report
### What is the current behavior?
When providing `inivialValues`, on first render the value specified in `initialValue…
-
Using Github Codespace.
When I run Yarn, I get the following better-sqlite3 installation error:
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking depen…
-
First of all, before to start the project, we need to have all requirements
necessary by the application to start work in the right direction.
I'm ofter reading the requirements every moment that …
-
**What is the current behavior?**
- pauseValidation is not working.
**My Code**
```
/* Custom form template*/
const CustomFormTemplate = ({
formDetails,
submitDetails,
formFiel…
-
```
-
1.
https://github.com/Alexey-Timakov/react-login-form/blob/main/src/Form.tsx#L73
Регулярки кмк хорошо подходят для паттерн-матчинга подстрок (например что имейл соответствует корректному формату)…
-
### Describe your motivation
`ReactAdapterComponent` is an abstract implementation of an adapter for integrating with React components.
It extends from the `Component` class, as we can inherit …
-
I have the following situation:
1. I want to provide a zoid component that renders a simple button
2. on click, this button should render another zoid component (react) that performs some complex …
-
## 🚀 Feature request
Field component, validate
### Current Behavior
Right now the _validate_ function that is exposed in the _Field_ component has the following signature:
```
validate?: …