ehenighan

Results 6 comments of ehenighan

Hmm, I don't think this can be my problem as I've got history completely disabled for other reasons and still encountered the issue. It's good to know that you've hit...

BTW @MichaelWest22 that extension looks like a really handy option. Will look into it more!

[HTMX Bug #2676 - Replication.zip](https://github.com/user-attachments/files/15976516/HTMX.Bug.2676.-.Replication.zip) Zip file contains a basic HTML file with two forms demonstrating the issue: - First form has a number input and a text input and...

Forked and added the fix I've tested locally here, for comparison: https://github.com/bigskysoftware/htmx/compare/dev...ehenighan:htmx:bug-2676-pre-submit-custom-validation Haven't raised a PR yet as I'm neck-deep in a project at work and I'm mindful that I've...

Hi, sorry for the delay in coming back to this. Since I last looked into it, the refactoring to use `HTMLFormElement` in `processInputValue` has resolved the issue in v2 but...

...and here's the `v1` fix PR: https://github.com/bigskysoftware/htmx/pull/2830 Slight formatting changes from my original branch, which I will delete - I think there were probably some interim changes to linting standards...