Relative Content

Tag Archive for material-uidatepicker

Controlling position of MUI Datepicker v6 popover in absence of textField

I’m rendering a Datepicker without a text field and it’s getting positioned in the upper left hand corner of the screen no matter what slotProps popper properties I pass in to position it. From other posts, I understand that the problem is that it anchors the popover on the text field and in the absence of a text field, it positions it in the upper left of the screen.