Matej Lednicky
Matej Lednicky
I am happy to let you know this feature was just released. You can use it via config option `disableScroll` / `data-tf-disable-scroll ` like this: ```html ```
I am pleased to let you know I just opened a PR with this feature: https://github.com/Typeform/embed/pull/558 But first we need to get merge another PR to our internal project that...
The team responsible for this feature has decided to take a different approach. It will be implemented as a form-specific feature - you will be able to enable or disable...
Yes, it is now available in settings in the right hand sidebar: 
You are right. However with semantic-release you may omit the `version` in your `package.json` because it manages it on its own via git tags (as mentioned in [semantic-release FAQ](https://semantic-release.gitbook.io/semantic-release/support/faq#why-is-the-package.jsons-version-not-updated-in-my-repository)). I...
@donovantc I think this is different use case, since there is a difference if the form is closed or there is a 404 error 🤔
Yes, this is correct. We will need to implement a post message on our side to notify the embed about any errors.
Unit tests fail as they do not allow `aria-label` prop. Maybe it should be `ariaLabel`? ``` FAIL src/components/make-button-component.spec.tsx ● Test suite failed to run src/components/make-button-component.spec.tsx:[20](https://github.com/Typeform/embed/actions/runs/8689377407/job/23826940192?pr=646#step:8:21):55 - error TS2322: Type '{...
Are you using AppRouter? I think we have tested with Pages router only.
Hi @SohamNagi . I dont have much experience with the Next.js App Router, but it looks like you need to use [client component](https://nextjs.org/docs/app/building-your-application/rendering/client-components). In a recent PR https://github.com/Typeform/embed/pull/657 I am...