Skip to content
Entangle UI v0.13.0

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.

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.

'Edit text'