pfiadDi
pfiadDi
Hi started using your library, great work. I think there is a small error in your about docs: Filled.offline_bolt 16 (Color
If "target" "_self" is set, by using Html.Attributes.target, the request is, in any case, loaded even if it's an internal request. **Expected behavior:** If target _self is set, the `LinkClicked...
Hi, I think the function: crypto_box_seed_keypair is missing. When I do: ``` const { SodiumPlus } = require('sodium-plus'); await sodium.crypto_box_seed_keypair(seed); ``` I get this error back: `TypeError: sodium.crypto_box_seed_keypair is not...
## Description The `shouldCancle` function prevents the default behaviour for form elements when clicked. The problem is, when a dynamically added element should trigger the form and the user adds...
Hi, I came across a bug with versions 1.9.X and 2.X. When I use `hx-trigger="click from:body"` or more useful ones like `hx-trigger="click[event.target.matches('button#btnid')] from:body"`, any checkboxes can't be selected anymore, and...