Closed Lioxen closed 7 months ago
Just build a form and try to get an value of a hidden field back... e.g. <x-splade-input type="hidden" name="testhidden" value="testit" />
<x-splade-input type="hidden" name="testhidden" value="testit" />
If you hit submit, the value is empty for this field.... I expect to get testit back
You need add it to the default form data.
Steps To Reproduce Issue:
Just build a form and try to get an value of a hidden field back... e.g.
<x-splade-input type="hidden" name="testhidden" value="testit" />
If you hit submit, the value is empty for this field.... I expect to get testit back