From ac2f14945baea145ac01ff495fc820f50c20e015 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 10 Jan 2026 21:21:03 +0100 Subject: [PATCH] feat(frontend): expose id via scoped slot in FormField When using FormField with custom slot content, the slotted element needs access to the generated inputId to ensure the label's for attribute matches the input's id. This exposes the id via the default slot: