-
I'm trying to build a form using AutoForm from a bare bones schema, I think I have a very minimal example:
```
import { buildASTSchema, parse } from "graphql";
import React from "react";
import …
-
## ❓Question
I'm using Formik on Next.js in combination with a library called [next-auth](https://github.com/iaincollins/next-auth). This library uses JWT authentication and a React hook to populat…
-
I have a selection list which is mandatory. The key values are numbers ranging from 1 to 11. I've added 0th element in the list with a key value as "0" (zero) and display menu item as "Select a campus…
-
-
I am getting a warning ` The field `__schema` does not exist on `Query`, but the GraphQL document expects it to exist.`. @JoviDeCroock on Spectrum advised that likely this is a spurious console warnin…
-
_(I've been advised this bug should be filed against urql core itself, so I've re-filed it there and will close this one.)_
I am getting a warning ` The field `__schema` does not exist on `Query`, …
-
Hi,
Can someone help me in retaining the selected rows in UI and display the checkboxes as checked when I switch pages for those selected rows.
-
There are multiple issues relating to validation at the moment (for example #136 and #106 cause buggy form bevaior in https://github.com/tegh/tegh).
https://github.com/jaredpalmer/formik implements…
-
## Description
`gatsby develop` runs okay but I am getting this error when I try to do gatsby build. I tried other similar examples like removing cache and public with `gatsby clean` and removi…
-
Form components:
- ~~Input~~
- ~~Textarea~~
- ~~Button~~
- ~~Date Picker~~
- ~~Dropdown~~
- File Uploader
- ~~List~~
- Multi-button
- ~~Selectors~~
Question:
Form divided in tabs.
Outc…