generated from toph/supa-svelte
Field.svelte accepts label prop but never renders it #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Field component declares a label prop in its Props interface and destructures it in $props(), but the template never renders a element. Callers can pass label="Email" and it silently does nothing.
Need to consider best approach for label rendering as we define our app style.