Field.svelte accepts label prop but never renders it #20

Open
opened 2026-02-28 14:08:54 -05:00 by toph · 0 comments
Owner

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.

The Field component declares a label prop in its Props interface and destructures it in $props(), but the template never renders a <label> 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
toph/spellbinder#20
No description provided.