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}
|
minDate={minDate}
|
||||||
required={required}
|
required={required}
|
||||||
popperPlacement="bottom-start"
|
popperPlacement="bottom-start"
|
||||||
|
popperProps={{ strategy: 'fixed' }}
|
||||||
onCalendarOpen={handleCalendarOpen}
|
onCalendarOpen={handleCalendarOpen}
|
||||||
popperModifiers={[
|
popperModifiers={[
|
||||||
{ name: 'offset', options: { offset: [0, 4] } },
|
{ name: 'offset', options: { offset: [0, 4] } },
|
||||||
|
|||||||
Reference in New Issue
Block a user