szingg
szingg
this issue may even occur for all primitive types
Works in version 4.0.2. Consider downgrading...
to be more clear: format works in version 4.0.2. to override the styles in version 4.0.2 use following css ```css /* IE11 TIMEPICKER STYLES */ @media screen and (-ms-high-contrast: active),...
> ` useEffect(() => { menu?.measureInWindow((_x, _y, width, _height) => { setWidth(width); }); }, [open, menu]);` > > Doesn't really work, width is undefined so the width can't be really...