I am using below code for dmc DatePicker and dash-mantine-components==0.14.4.
dmc.DatePicker(
id=“in-add-IPE-DI”,
placeholder=“Date Of Issuance”,
clearable=True,
)
But the modal that opens looks like the attached screenshot.
I am using below code for dmc DatePicker and dash-mantine-components==0.14.4.
dmc.DatePicker(
id=“in-add-IPE-DI”,
placeholder=“Date Of Issuance”,
clearable=True,
)
But the modal that opens looks like the attached screenshot.
Hi @khanjee
Did you remember to add the additional stylesheet?
app = Dash(external_stylesheets=[dmc.styles.DATES])
completely missed that out sorry.
Thank you so much. Always look upto you guys. <3