I am attempting to incorporate a DatePickerInput
component into a bootstrap modal.
I am hoping to achieve a similar look as shown on the official website here.
However, when placed inside the bootstrap modal, it appears like this.
My assumption is that this issue arises because the library is positioning the overlay at a specific z-index without considering that the input is within a raised container.
What would be the best approach to resolve this problem? Your help is greatly appreciated!