mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-09 18:43:23 +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;
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user