Live demo — this example is server-driven; run the showcase locally for the interactive version.
Form select
Use Form select 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.
Form select — PatternFly v6 (form-control wrapper around <select>)
Required: id — used for the select's name; derives {id}-field on the inner <select> for form submission wiring.
Optional: disabled, required, validated (success|warning|error)
Slot: options — one or more <option> / <optgroup> elements.
Model mode: pass formSelect=<org.sitenetsoft.quarkus.pha.model.FormSelect> — options are raw HTML on the model.