We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<LocalizationProvider dateAdapter={DateFnsUtils}> <DatePicker label="Basic example" value={selectedDate} onChange={(date) => handleDateChange(date)} renderInput={(props) => <TextField {...props} />} PopoverProps={{ anchorOrigin: { vertical: "top", horizontal: "right", }, transformOrigin: { vertical: "top", horizontal: "right", } }} /> </LocalizationProvider>
Popover (ie DatePicker) should reposition based on passed anchorOrigin/transformOrigin props (vertical/bottom).
Popover position does not change, On versions 3.x PopoverProps worked nicely with variant="inline". Am I missing something here?
The text was updated successfully, but these errors were encountered:
@discourseMonger Thanks for the report, though, we will likely rename PopoverProps -> PopperProps.
PopoverProps
PopperProps
Sorry, something went wrong.
How to change ref of Popper to right button? i use KeyboardDatePicker
@lamhungypl Wait for #1850 to be released.
Successfully merging a pull request may close this issue.
Environment
Steps to reproduce
Expected behavior
Popover (ie DatePicker) should reposition based on passed anchorOrigin/transformOrigin props (vertical/bottom).
Actual behavior
Popover position does not change, On versions 3.x PopoverProps worked nicely with variant="inline". Am I missing something here?
Live example
The text was updated successfully, but these errors were encountered: