您好我正在尝试使用连接的文本字段为timepicker组件创建一个自定义组件,并显示时间。
首先是我目前正在使用的代码。 https://gist.github.com/KasperHelsted/ece736fec850a6f7e5c064124f3072bc
只要页面上只有一个TimePicker
,当前版本就可以正常工作。
但由于mListener
必须是静态的,所以当我TimePicker
多个mListener
时,Timepicker
将覆盖currentTime
,所以只有background-color: none !important;
border:none !important;
border-top: 5px dotted #70c1bb !important;
border-top-width:5px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
是.Add2
集。
如果您有更多问题,欢迎提出。