EditableTextLabels
Defined in: src/components/primitives/EditableText/EditableText.types.ts:35
Every user-facing string EditableText renders. Override any subset via the
labels prop; the rest fall back to DEFAULT_EDITABLE_TEXT_LABELS.
Properties
Section titled “Properties”editLabel
Section titled “editLabel”editLabel:
string
Defined in: src/components/primitives/EditableText/EditableText.types.ts:42
Accessible name for the edit field while editing, and the fallback
accessible name for the display element when the value is empty (and no
placeholder is set). An explicit aria-label prop still wins.
Default
Section titled “Default”'Edit text'