-
OS:
- [ ] Windows
- [X] MacOS
- [ ] Linux
_Platform:_
- [X] iOS
- [ ] Android
Output of `node -v && npm -v && npm ls --prod --depth=0`
v12.6.0
6.9.0
mobile@0.0.1 /Users/hayd…
-
Hi,
I've hit a situation where I wanted to add validation logic as a precondtion to submitting a request through the library. Before submitting a request I want to run through a series of client si…
-
## Feature & Question?
Feature/Question: an way/hook where to do yup casting /manually transformations.
lets say input text to uppercase.
## Current Behavior
No option or, onChange={(name, valu…
ghost updated
5 years ago
-
We are considering merging the components here into the `availity-react` repo so we can have everything managed in one place. We can do a run through of all the open issues here and consider any break…
-
The current version of the tools definition uses a custom implementation based on [Checkit](https://github.com/tgriesser/checkit) and other custom tools. This has multiple disadvantages like not being…
-
I’m building a project to auto generate cm/s forms from GraphQL Schemas, wanted to use Formik and than cake across this package and graphSchemaToJson. I have a basic form generator build and decided t…
MrLoh updated
5 years ago
-
I want to add date valid format checking and it doesn't work
```
import * as Yup from "yup";
Yup.addMethod(Yup.string, "isDate", function(args) {
const { message } = args;
return Yup.mi…
-
My question revolves around a particular scenario I am currently facing. I am using the `withFormik` H.O.C, along with Yup, to handle various cases in my forms, such as submitting, errorHandling, and …
-
In some situations, it may be useful to retrieve test `params`. For e.g. given we have some schema creator:
```
const getSchema = count => yup.mixed().test({
name: 'max',
exclusive: true,
p…
-
## Question
Is it possible to create reusable form sections w/ Formik? Or nest Formik components?
In `redux-form`, there is the concept of a [FormSection](https://redux-form.com/7.2.0/docs/api/f…