Vincent
Vincent
Oh ok indeed I see, I also complained back then about the inability to target multiple elements with the `from` modifier (#1597) - I must admit I'm not fond of...
Could [hx-validate](https://htmx.org/attributes/hx-validate/) solve your usecase here?
Like andryyy, I can't replicate the issue either. See [this JSFiddle](https://jsfiddle.net/074ehgw3/) with your input tag + the line andryyy mentioned above, I also get an alert as expected.
> Right after the POST request the form will be replaced by a redirect to the created object detail. Is the POST request being redirected? If so, I think the...
> I think that if I did the same in js with preventDefault/stopPropagation that the form default wouldn't fire. Maybe incorrect You are correct, see [this JSFiddle](https://jsfiddle.net/Lqtcnfkz/), where indeed calling...
Hey! Sorry for the late reply So I'm a complete noob when it comes to compiling & running stuff on linux, I already had such a hard time bringing that...
Hello, you were actually doing nothing wrong. This was due to some deprecated functions being included in the generated bindings. Most of them are fixed with the latest release, though...
Hey, if you're making a call to a black box SDK, that apparently doesn't return an HTML response, will probably not use any of the htmx features such as response...
Well, looking at those exact snippets, it would seem that the htmx version is cleaner & more concise. But is it? Because in that second scenario, as you mentioned above...
Are you still interested in this PR @michrome ? If so, please rebase to v1 to drop the commits that were [carried around](https://github.com/bigskysoftware/htmx/pull/2507/commits)