TimePicker API Overview
Initialization
<script>
import { TimePicker } from "wx-svelte-core";
</script>
<!-- minimal configuration for initialization -->
<TimePicker />
tip
- Visit the Features Guide to learn more about the control's functionality.
- Explore the samples to visualize the available features.
TimePicker Properties
css | changes the position of the icon in the input |
disabled | defines whether a time picker is disabled |
error | defines whether error styling is applied to a time picker |
format | sets the time format for a time picker input |
id | sets an HTML id for a time picker |
title | sets a tooltip text with additional info about the control |
value | sets the value of a time picker |