minor improvement

This commit is contained in:
2026-02-13 00:39:25 +01:00
parent 99a764608f
commit 0109ebcc6d

View File

@@ -17,7 +17,7 @@
<h:inputText id="name" value="#{bookingBean.passengerName}"/>
<h:outputLabel for="bagsInput">Anzahl Koffer: </h:outputLabel>
<h:inputText id="bagsInput" value="${bookingBean.luggageCount}">
<h:inputText type="number" id="bagsInput" value="${bookingBean.luggageCount}">
<p:ajax event="keyup"
process="@this"
listener="#{bookingBean.calculate}"