You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1.0 KiB

Timepicker

  • category: Components
  • chinese: 时间选择框
  • type: 表单

输入或选择时间的控件。

何时使用

当用户需要输入一个时间,可以点击标准输入框,弹出时间面板进行选择。

API

<Timepicker defaultValue="13:30:56" />
参数 说明 类型 默认值
defaultValue 默认时间 string
placeholder 没有值的时候显示的内容 string "请选择时间"
onChange 时间发生变化的回调 function(Date value)
format 展示的时间格式 string "HH:mm:ss"、"HH:mm"、"mm:ss"
disabled 禁用 bool false
hourOptions 特定可选择的小时 array 0 到 24 组成的数组
minuteOptions 特定可选择的分钟 array 0 到 60 组成的数组
secondOptions 特定可选择的秒 array 0 到 60 组成的数组