react-typeform-embed icon indicating copy to clipboard operation
react-typeform-embed copied to clipboard

React wrapper for Typeform Embed SDK

Results 16 react-typeform-embed issues
Sort by recently updated
recently updated
newest added

I have embedded a typeform inside a webpage. It works great, but one thing I've noticed is that it caches the form submission results, so that the next time the...

👋 Needed this, so I've created a react-native version of it. Maybe someone finds it useful, as this repo comes up when searching for that. 🙇

Emit an error message if we pass in an empty URL.

a minor patch for https://github.com/alexgarces/react-typeform-embed/issues/20

When I import it the way it is shown in the README file. It gives the below error: ``` Could not find a declaration file for module 'react-typeform-embed'. 'path_in_node_mdulesreact-typeform-embed/lib/index.js' implicitly...

Hi! Thanks for contributing the code. Embedded Mode is awesome on PC but it does not work on a mobile device such as iPad. Do you happen to know how...

There are no error handlers like `onError` or something like this and when an error occurs, like this one: ![Screenshot 2020-06-17 at 12 18 20](https://user-images.githubusercontent.com/9072396/84886387-a64e0200-b094-11ea-8ce5-177f2e2747f2.png) from my understanding, there is...

App crash when using widget with React Next. This is due to the fact that the application collects the wrong link. ![Screen Shot 2021-01-25 at 3 46 48 PM (2)](https://user-images.githubusercontent.com/20030917/105707904-b54b3b80-5f24-11eb-91cd-11645d05310d.png)

Workaround: render component only after mounting

Howdy! On page load we're taken all the way to the bottom of the page and the user has to scroll all the way up. (So I position my ReactTypeformEmbed...