Composants → bpm.timeinput

bpm.timeinput

Saisie d'une heure (HH:MM).

Saisie
09:00
Python
bpm.timeinput(label="Heure", value="09:00", disabled=false)

Paramètres

ParamètreTypeDéfautRequisDescription
labelstringNonLibellé au-dessus du champ.
valueDate | string | nullnullNonHeure (ex. "09:00" ou Date).
onChangefunctionNonCallback (value: Date | null).
disabledbooleanfalseNonDésactive le champ.

Exemple

bpm.timeinput(label="Heure", value="09:00")