react-datetime-picker icon indicating copy to clipboard operation
react-datetime-picker copied to clipboard

<Fit />'s child does not have absolute position. You should apply `position: absolute` to it.

Open NickersWeb opened this issue 4 years ago • 3 comments

Keep getting this warning in the console log from this component

NickersWeb avatar Nov 24 '20 15:11 NickersWeb

Also running into this, any updates?

jtieu-r7 avatar Jan 07 '21 17:01 jtieu-r7

Nothing on my end

NickersWeb avatar Jan 07 '21 20:01 NickersWeb

I got this react_devtools_backend.js:4049 <Fit />'s child needed to have its height decreased to 99px. but it happens only when the developer tools is open at the bottom and if I move it in a way there is more space or if the developer console is moved to the side. it does not show up. I assume it should be connected to the lesser space that happens when the developer tools is open.

efleurine avatar Sep 06 '21 21:09 efleurine

I'm getting this too

jasonelliott avatar Sep 30 '22 06:09 jasonelliott

.react-datetime-picker__calendar--open,
.react-datetime-picker__calendar--closed,
.react-datetime-picker__clock--open,
.react-datetime-picker__clock--closed {
	position: absolute;
}

ev3nst avatar Dec 13 '22 15:12 ev3nst

.react-datetime-picker__calendar--open,
.react-datetime-picker__calendar--closed,
.react-datetime-picker__clock--open,
.react-datetime-picker__clock--closed {
	position: absolute;
}

In what property should I put this? in a custom css file then link that file to className property? or should I modify the css file of the lib in the node modules?

MedDimessi avatar Jan 07 '23 12:01 MedDimessi

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.

github-actions[bot] avatar Apr 10 '23 00:04 github-actions[bot]

This issue was closed because it has been stalled for 14 days with no activity.

github-actions[bot] avatar Apr 24 '23 00:04 github-actions[bot]

https://github.com/wojtekmaj/react-date-picker/issues/425

xgqfrms avatar Oct 13 '23 06:10 xgqfrms