--- id: Inline edit section: components cssPrefix: pf-v5-c-inline-edit ---## Introduction **Inline edit** is a utilitarian component that has two core elements, `.pf-v5-c-inline-edit__value` and `.pf-v5-c-inline-edit__input` and is based on a simple concept. When **value** is visible, **input** is hidden, and vice versa. ### Generic groups `.pf-v5-c-inline-edit__group`s provide basic layout support and have several available modifiers (`.pf-m-action-group`, `.pf-m-icon-group`). ### Actions **Actions** (`.pf-v5-c-inline-edit__action`) are hidden by default and exposed when a region of `.pf-v5-c-inline-edit` becomes active. The default visibility of an **action** or **action group** can be inversed by adding `.pf-m-enable-editable`. `.pf-m-enable-editable` flags an element or group of elements as the controlling agents for enabling editable content and therefore is visible by default and hidden when inline editing is enabled. ## Examples Inline edit **toggle** can be placed anywhere within `.pf-v5-c-inline-edit`. It initiates the editability of elements. When an element becomes editable, **toggle** is hidden. ### Inline edit toggle ```html