SolidJSS
SolidJSโ€ข16mo ago
gerard

prevent portal from bubbling events

is there any way to prevent this?

I have the following

<form>
  <Portal>
    <form>
      <button type="submit" /> // submit events generated here are triggering both <form>
    </form>
  </Portal>
</form>
image.png
Was this page helpful?