#Datepicker and ToolTip not working together

14 messages ยท Page 1 of 1 (latest)

delicate herald
#
<Tooltip label="Last read date" position="bottom" placement="center" gutter={10}>
                                <DatePicker clearable={false} radius={0} value={date} placeholder='Last read date' size="md" required onChange={setDate} />

</Tooltip>

This is the problematic piece of code that i have.
This makes clicking the datepicker input not popping the calendar

lucid loom
#

Not certain why that's the case though...

delicate herald
#

i'll try wrapping the datepicker in a div right now

#

thank you very much for the pointer

lucid loom
delicate herald
#

thats the thing, i didnt commit the package.json hahaha

#

and then 5.0.0 came out , and i upgraded straight away

lucid loom
delicate herald
#

i noticed this on v5.0.0, upgraded to 5.2.4 to see if the issue still persists , and yea it still does

lucid loom
#

I'll look into it then ๐Ÿ‘