Saltearse al contenido

Errors

Esta página aún no está disponible en tu idioma.

You can use the Errors component to display the errors of the form.

<script lang="ts">
import { Errors } from "@tuentyfaiv/svelte-form";
</script>
<Errors />
<!-- Or -->
<Errors let:field let:error>
Custom error message for
{field}: {formatError(error)}
</Errors>
Categories: