|
|
@ -125,7 +125,7 @@ export default function createPicker(TheCalendar): any { |
|
|
|
) : null; |
|
|
|
|
|
|
|
const input = ({ value: inputValue }) => ( |
|
|
|
<span> |
|
|
|
<div> |
|
|
|
<input |
|
|
|
disabled={props.disabled} |
|
|
|
readOnly |
|
|
@ -135,7 +135,7 @@ export default function createPicker(TheCalendar): any { |
|
|
|
/> |
|
|
|
{clearIcon} |
|
|
|
<span className={`${prefixCls}-picker-icon`} /> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
); |
|
|
|
|
|
|
|
const pickerValue = value; |
|
|
|