Live demo — this example is server-driven; run the showcase locally for the interactive version.

Form control

Use Form control 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.

Templates

form-control

{#include components/forms/form-control /}
Form control — PatternFly v6 
 Required: id — used for the input's name; derives {id}-field on the inner <input> for form submission wiring. 
 Optional: type (optional: text|password|email|number|tel|url, default text), placeholder (optional), disabled (optional), readonly (optional), required (optional), value (optional)