Vincent

Results 309 comments of Vincent

Hey, I'm not sure to understand what is going on here. Clearing the code from the classes that make it less readable gives the following: ```html Add ``` I don't...

Shouldn't your form be inside your tr, and not the other way around? As stated in the [tr element's documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr#technical_summary) | Permitted parents | \ (only if the table has...

Oh, you're right, I should've tested what I suggested before posting 😅 It's actually the same issue there ; as stated in the [td element's documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#technical_summary) | Permitted parents |...

Hey, does @1cg's commit c230931 (not merged on master yet, only available on dev) solve that issue? > support ability to ignore new title tags via config, event and `hx-swap`

Submitted a PR that addresses this issue. In the meantime, for current & older versions, even though it may not be what you want, it turns out that putting the...

Would the following meet your needs? ```html ``` You can play it on [this JSFiddle](https://jsfiddle.net/np2uhgLa/), on which I just added the htmx demo script and dummy elements / URLs to...

Np, glad to help :) You may find info about chaining events in the [hx-include](https://htmx.org/attributes/hx-trigger/) documentation, in the `Multiple Triggers` section, where it says > Multiple triggers can be provided,...

Probably a naive question, but should've the test been there in the first place? I see there is no "GET" version of those tests for the json-enc extension, adding one...

Yeah I would be in favor of adding to both of them in that case, for the sake of consistency and homogeneity

While I understand the retro-compatibility issue, I would still argue that not following the RFC looks more like a bug than a feature to me, and a "bugged state" shouldn't...