Time range widget#
The Time range (time_range) widget allows the user to select start
and end times with the <input type="time"> form element. Depending on
browser support, a time picker can show up in the input fields.
Settings#
| Setting | Label | Description | Default |
|---|---|---|---|
| start_label | Start time label | The label for the start time input field | Start time |
| end_label | End time label | The label for the end time input field | End time |
| time_end_required | Require end time | Determines if end time field is required when start time is provided | FALSE |