Text field
All copy is placeholder. Real strings come from the i18n layer.
Default, hint, required
We send a verification link here.
The asterisk is
aria-hidden — the accessible requirement comes from the
required attribute, so a screen reader is not told “star”. The hint is
wired with aria-describedby, not left as unassociated text.
Error
Enter an email address in the form name@example.com
Three signals, not one: the icon, the text, and the border colour. Remove the colour
and the message still works.
role="alert" announces it when it appears —
never on initial page load, which would interrupt.
Disabled and read-only
Locked once transactions exist.
With affix
EUR
Stored as an integer in minor units. Never a float.
Textarea
Long content
Long labels wrap; they never clip or force horizontal scroll.