Live demo — this example is server-driven; run the showcase locally for the interactive version.
Number input
Use Number input 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.
Number input — PatternFly v6
Required: value
Optional: id — DOM id on the root; omit unless something else references the input.
min (optional), max (optional), unit (optional), disabled (optional)
Model mode: pass numberInput=<org.sitenetsoft.quarkus.pha.model.NumberInput> — Alpine expressions generated in Java
(canonical minimal forms: no Infinity clamps, :disabled omitted when never disabled).