How to make an input take focus in Qwik?
I’m using Qwik. I have a button. When I click it, an input is shown. How can I make the input take focus too?
QwikCity: Pending actions update DOM of new route after navigation
I’m experiencing a strange behaviour in my QwikCity application where pending actions update the DOM of a new route after navigation, replacing the new route’s contents with the contents of the previous route.