protonemedia / laravel-splade

💫 The magic of Inertia.js with the simplicity of Blade 💫 - Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, and sparkle it to make it interactive. All without ever leaving Blade.
https://splade.dev
MIT License
1.47k stars 111 forks source link

<x-splade-input> value tag will be ignored and is empty #547

Closed Lioxen closed 7 months ago

Lioxen commented 8 months ago

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

pascalbaljet commented 7 months ago

You need add it to the default form data.