Examples
Edit a profile inline
Click Edit to swap the read-only view for a form; Save persists, Cancel discards.
Loading…
Documentation
Usage
The server owns the edit lifecycle. The display fragment carries an Edit button that
hx-gets the form; the form's Save hx-puts the values and
the server responds with the refreshed display fragment. Cancel simply re-fetches the display view — nothing to roll
back client-side.
Not a PatternFly component. This is an HTMX interaction pattern composing PF description-list and form markup. For the Alpine-only variant that PatternFly documents as inline edit, see Inline edit.