Text input of type date in Accordion component

When using a Text input component with input of type Date inside an Accordion component the date widget is truncated to the limits of Accordion height.


Hello Laviregen,

Thank you for your feedback! We’ll declare this issue as a bug, and we’ll let you know once the fix is available!

Could you try tho to add a CSS class to your text input inside the accordion, with the content set to this:

self .react-datepicker-popper {
position: fixed !important;
}

It should fix your issue:

Let me know if it works!

:ok_hand: Perfectly, thank you for your reactivity

1 Like