# `PhoenixKitCatalogue.Web.AttributeSetFormLive`
[🔗](https://github.com/BeamLabEU/phoenix_kit_catalogue/blob/v0.19.1/lib/phoenix_kit_catalogue/web/attribute_set_form_live.ex#L1)

Create/edit form for attribute SETS (the 2026-08-18 rework): one
dimension from one vendor — "Ikea colors" — stored as a managed
entities blueprint whose data records are the values.

Same event-driven doctrine as the group editor it replaces: the set's
NAME and KIND save through a small form, while values persist
immediately per action — add, rename-on-blur, default star, drag
reorder, delete. Extra fields (price per liter, drying time…) are
blueprint fields managed here too; every value row then carries an
input per extra field, saved on blur.

Editing is primary-language: value labels are entities record titles,
and their translations ride entities' own multilang mechanisms
(design doc §UI, follow-up).

# `on_mount`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
