From fbe4e1ca5b284531903ee541706d58f847b29ad7 Mon Sep 17 00:00:00 2001 From: mm <25961416+mlmoravek@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:09:52 +0200 Subject: [PATCH] revert(datepicker): solve an issue where the root class is missing when teleported (#145) --- src/plugins/bootstrap.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/bootstrap.ts b/src/plugins/bootstrap.ts index 0e25670..679d488 100644 --- a/src/plugins/bootstrap.ts +++ b/src/plugins/bootstrap.ts @@ -142,9 +142,6 @@ const bootstrapConfig: OrugaOptions = { tableEventsClass: "events", tableEventClass: "event", mobileClass: "mobile", - dropdownClasses: { - teleportClass: "datepicker", - }, }, timepicker: { override: true,