2025-03-29
let titleError = $state(false); if (titleError) { return false; } <Input name="title" label={$LL.title()} bind:value={form.title} maxBytes={ANNOUNCEMENT_TITLE_MAX_BYTES} bind:error={titleError} /> bindで更新しても初期化されたfalseしかないと判断される
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)