react-google-forms-hooks icon indicating copy to clipboard operation
react-google-forms-hooks copied to clipboard

Build a UI for your Google Forms using React.

Results 9 react-google-forms-hooks issues
Sort by recently updated
recently updated
newest added

It seems like we currently don't have support for multi-section

Since these two fields are basically represented as strings and act exactly like short and long answer, this is a pretty safe and trivial addition. Tests are passing, and tested...

This library uses [slugify](https://www.npmjs.com/package/slugify) to generate the ids for fields. It should be simple to implement a less flexible but simpler helper to perform the same functionality as slugify. This...

The library as is doesn't show some (if not all) errors. Given Google manages that within the browser we need to parse that out of the `form-raw.json` and add it...

This library contains server side and client side helpers. To allow for different use cases and creating different client side wrappers we should split this library into two: `google-forms-parser` for...

Fixes #33 #### Issue: When there is no description in Google Forms, the value is set to null. Since the current code only handles description as undefined or a string,...

## Error occurs and build failure occurs due to mismatch in type ![Screenshot 2024-05-14 213654](https://github.com/francisconeves97/react-google-forms-hooks/assets/127468609/45240214-9afd-4211-b7dc-b4627809b0d6) ![Screenshot 2024-05-14 213737](https://github.com/francisconeves97/react-google-forms-hooks/assets/127468609/483cbf0d-b28a-499b-99bc-d643faaf5266)

Hello! I am getting a type mismatch in my form.json - for some reason it is reading the fields of my form.json as an array of LinearFields when they are...