Time Control
Time picker for time selection.
Options
Section titled “Options”| Option | Type | Default | Description |
|---|---|---|---|
label | string | - | Field label |
control | string | time-picker | Control type |
timeFormat | string | - | Format (e.g., “HH:mm”) |
default | string | - | Default time |
Example
Section titled “Example”{ "attributes": { "startTime": { "type": "string", "default": "", "wbs": { "label": "Start Time", "control": "time-picker", "timeFormat": "HH:mm" } } }}Template Usage
Section titled “Template Usage”<div class="time-slot"> {{ attributes.startTime }} - {{ attributes.endTime }}</div>Use Case
Section titled “Use Case”Use Time for schedules, business hours, or any time selection needs. Combine with Date control for complete datetime selection.