COMPONENTS / ATOMS / al-field-note← ALL COMPONENTS

Field Note

<al-field-note><ALFieldNote> REACTbeta

Reference generated from the custom elements manifest — 2 properties, 1 slots, 0 events.

PLAYGROUND2 CONTROLS
PREVIEW / al-field-note / SOUTHLEFT
Loading preview
This is a field note.
FLAGS
CODE — HTML / REACT

Guidance

NOT YET AUTHORED · 20 COMPONENTS COVERED

NO USAGE GUIDANCE HAS BEEN WRITTEN FOR THIS COMPONENT YET. THE API BELOW IS GENERATED FROM THE MANIFEST AND IS COMPLETE; WHAT IS MISSING IS WHEN TO REACH FOR IT AND WHEN NOT TO.

NO DESIGN-SYSTEM PROJECT TRACKS THIS COMPONENT AGAINST A FIGMA FILE — IT IS EITHER OUTSIDE EVERY PROJECT’S DECLARED SCOPE, OR NOT YET SEEDED INTO ITS PROJECT’S PARITY MANIFEST.

CHECKEVIDENCEDETAILRESULT
Default stateAXEfield-note--DefaultPASS
Advanced statesAXE2 further storiesPASS
Screen readerMANUALNo screen-reader pass has been recorded for this component.NOT RECORDED
Keyboard navigationINTERACTION TESTSNo interaction tests and no manual keyboard pass.NOT RECORDED

MEASURED 2026-09-08 · 3 STORIES · AXE WCAG2A + WCAG2AA + WCAG21A + WCAG21AA + WCAG22AA

COLOR CONTRAST1 RULE FAILING

The CI gate disables color-contrast globally (libs/al-web-components/story-fixture/src/main.ts), so its result never reaches a test run. It is enabled for this measurement, and reported here whichever way it comes out.

RULEWHEREELEMENTS
color-contrastElements must meet minimum color contrast ratio thresholdsfield-note--Disabled1
import '@southleft/al-web-components/components/field-note';
import { ALFieldNote } from '@southleft/al-react';
PROPTYPEDEFAULT
isErrorbooleanError state 1. Changes the component's treatment to represent an error state
isDisabledbooleanDisabled attribute 1. Changes the component's treatment to represent a disabled state
SLOTDESCRIPTION
(default)The field note content

THIS COMPONENT DECLARES NO EVENTS IN THE MANIFEST.

SOURCE — components/field-note/field-note.ts · Atoms/Form/Field Note