Questions tagged [qwikjs]

19 questions
0
votes
0 answers

How can make a pop-up appear when my graphQL mutation is triggered?

Iam using Qwik.JS and GraphQL with prisma and i want to make a pop-up ( component) appear whenever my graphQL mutation in trigered : import { $, type Signal, component$, useSignal, useStore, useTask$ } from "@builder.io/qwik"; import { server$ }…
Dindonix
  • 1
  • 2
0
votes
1 answer

How to use document in qwik. Getting document of undefined

How to access document in Qwik js. Getting document of undefined when trying to use document.getElementBtId in a component$
Omair Nabiel
  • 1,662
  • 2
  • 12
  • 24
-1
votes
1 answer

how to add hidden parameters in
directive in QWIK?

have a simple form whit phonenumber, but i need to add some params to the formData to send to "". Form:
jhon dano
  • 660
  • 6
  • 23
1
2