1b255e593d
Annotate the v0 auth and wizard form models with #[slhx::form], make their templates expose checked form fields, and add handler smoke tests over the generated form resources. req: form/001 req: form/004 req: form/006 req: derive_handler/003
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
<section data-slhx-root="wizard">
|
|
<form data-slhx-handle="next_step" data-slhx-form="wizard_input">
|
|
<input type="hidden" name="step" value="1" required>
|
|
<div data-slhx-slot="wizard_step">Step 1</div>
|
|
<button type="submit">Next</button>
|
|
</form>
|
|
</section>
|