Kurt
Kurt
According to the comment in the code of the google page I linked to in my first post it's using `navigator.sendBeacon`...quickly trying it out in the browser it looks like...
I think the main use case for this is just getting certain analytics calls fired as soon as possible rather than having to wait for an event that says the...
Some of the code is public, all is a WIP and subject to change, and it's likely lacking in best practices for organizing the code (JS is not my main...
I'm also trying to get this working and was surprised to find out that two Traefiks are necessary. The [dockerswarm.rocks docs](https://dockerswarm.rocks/traefik/#how-it-works) state: > But doing it in a way that...
Here is a screen capture showing the formkit-multistep project in Safari 12.0 with beta.9. It's quite possible something changed from 12.0 to 12.1. I plan to get back into browserstack...
Minor update: 12.1 works for me in browserstack too (using a tailwind-based project) but I see this issue still locally on 12.0, and in browserstack on Chrome
My aim to get these browsers working is based on me using the [module/nomodule approach](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/). I actually load a different form library altogether for the nomodule group (which includes IE...
In my dev environment I have this working in some form with the approach I described above. In the next step click handler I get the new active group node...
I've improved on the approach above based on [this](https://stackoverflow.com/a/55425845/10682164) SO answer. See `focusAndOpenKeyboard` usage in the [useSteps plugin](https://github.com/totalhack/formkit-multistep/blob/master/src/useSteps.js) for an example. I still have the open question about confirming the...
I installed the following into the linked `formkit-starter` project but I still see the issue, which I believe is the latest build available: ``` "dependencies": { "@formkit/themes": "1.0.0-beta.10-b8cab8f", "@formkit/vue": "1.0.0-beta.10-b8cab8f",...