Live demo — this example is server-driven; run the showcase locally for the interactive version.
Text input group
Use Text input group straight from a Qute template — parameters and slots instead of Java builders. This reference is generated
from the runtime template sources: each template documents its parameters and slots in the header comment shown
beneath its include line.
Text input group — PatternFly v6
Optional: id — DOM id on the root; omit unless something else references the group.
placeholder (optional), disabled (optional), iconName (optional, "set:slug"),
plain (optional — pf-m-plain; use only inside an ancestor with its own border/background),
value (optional — prefilled text), ariaLabel (optional),
hintText (optional — autocomplete ghost rendered as PF's disabled pf-m-hint input)
Model mode: pass textInputGroup=<org.sitenetsoft.quarkus.pha.model.TextInputGroup> — adds the status flavour.