bpm.timeinput
Saisie d'une heure (HH:MM).
09:00
Python
bpm.timeinput(label="Heure", value="09:00", disabled=false)Paramètres
| Paramètre | Type | Défaut | Requis | Description |
|---|---|---|---|---|
label | string | — | Non | Libellé au-dessus du champ. |
value | Date | string | null | null | Non | Heure (ex. "09:00" ou Date). |
onChange | function | — | Non | Callback (value: Date | null). |
disabled | boolean | false | Non | Désactive le champ. |
Exemple
bpm.timeinput(label="Heure", value="09:00")