跳到主要内容

eo-time-picker

<eo-time-picker>

构件 eo-time-picker

Examples

Basic

Playground

国际化

Playground

event

Playground

With Form

Playground

Properties

NameDescriptionTypeDefaultRequired
name

时间选择器字段名

string
label

时间选择器说明

string
value

时间选择器的初始值

string
placeholder

时间选择器占位说明

string
message

校验文本信息

Record<string, string>
disabled

是否禁用

boolean
required

是否必填

boolean
configProps

透传 antd timePicker 属性 timePickerProps

Partial<TimePickerProps>

Events

NameDescriptionEvent Detail
change

时间变化时触发

string
open

面板打开时触发, 传出当前时间值

string
close

面板关闭时触发,传出当前时间值

string