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
9 lines
365 B
Plaintext
9 lines
365 B
Plaintext
<section data-slhx-root="auth">
|
|
<form data-slhx-handle="login" data-slhx-form="credentials">
|
|
<input name="email" type="email" autocomplete="username" required>
|
|
<input name="password" type="password" autocomplete="current-password" required>
|
|
<button type="submit">Sign in</button>
|
|
</form>
|
|
<p data-slhx-slot="login_status">Signed out</p>
|
|
</section>
|