fix(15): selected plan was reset on mo\yr toggle

hx-put sends all form data, so full page state can be used to render the fragment
This commit is contained in:
efim
2023-07-16 05:10:37 +00:00
parent e6f36dc0bd
commit 01ec722ea0
2 changed files with 9 additions and 7 deletions

View File

@@ -207,7 +207,7 @@
role="switch"
id="packageDuration"
th:checked="${formData.userAnswers.step2.isYearly}"
hx-get="/step2/planTypeInputs"
hx-post="/step2/planTypeInputs"
hx-target="#plan-type-inputs"
hx-swap="outerHTML"
/>