mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-10 02:53:28 +08:00
Fix DatePicker panel position, close #6347
This commit is contained in:
parent
dc314983b9
commit
0a1c0712a2
@ -125,7 +125,7 @@ export default function createPicker(TheCalendar): any {
|
|||||||
) : null;
|
) : null;
|
||||||
|
|
||||||
const input = ({ value: inputValue }) => (
|
const input = ({ value: inputValue }) => (
|
||||||
<span>
|
<div>
|
||||||
<input
|
<input
|
||||||
disabled={props.disabled}
|
disabled={props.disabled}
|
||||||
readOnly
|
readOnly
|
||||||
@ -135,7 +135,7 @@ export default function createPicker(TheCalendar): any {
|
|||||||
/>
|
/>
|
||||||
{clearIcon}
|
{clearIcon}
|
||||||
<span className={`${prefixCls}-picker-icon`} />
|
<span className={`${prefixCls}-picker-icon`} />
|
||||||
</span>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
const pickerValue = value;
|
const pickerValue = value;
|
||||||
|
Loading…
Reference in New Issue
Block a user