feat(DateTimePicker): add fixed strategy to popperProps for improved positioning
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m30s
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m30s
This commit is contained in:
@@ -82,6 +82,7 @@ export default function DateTimePicker({
|
||||
minDate={minDate}
|
||||
required={required}
|
||||
popperPlacement="bottom-start"
|
||||
popperProps={{ strategy: 'fixed' }}
|
||||
onCalendarOpen={handleCalendarOpen}
|
||||
popperModifiers={[
|
||||
{ name: 'offset', options: { offset: [0, 4] } },
|
||||
|
||||
Reference in New Issue
Block a user