mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00

Native form handling submits repeated empty inputs as an array with an empty value for each input, but htmx would only submit the first non-empty input and any following inputs. Fix the value collection code so that it correctly distinguishes between empty values and new inputs.