Mercurial > packages > magicforger
diff src/Generator/View/snippets/input/date.stub @ 28:f88d2d5dee30 codex
Updated inputs and routes
| author | Luka Sitas <sitas.luka.97@gmail.com> |
|---|---|
| date | Mon, 09 Jun 2025 19:51:31 -0400 |
| parents | 555bfaa500ac |
| children | 8dd668020310 |
line wrap: on
line diff
--- a/src/Generator/View/snippets/input/date.stub Mon Jun 02 21:51:09 2025 -0400 +++ b/src/Generator/View/snippets/input/date.stub Mon Jun 09 19:51:31 2025 -0400 @@ -1,6 +1,6 @@ <x-form.date name="{{fieldName}}" label="{{fieldLabel}}" - :value="old('{{fieldName}}', $item?->{{fieldName}} ?? '')" + :value="request('{{fieldName}}', $item?->{{fieldName}} ?? '')" :required="{{required}}" ></x-form.date>
