diff --git a/UI/Input/DropDown.ts b/UI/Input/DropDown.ts index 96ac90d214..f035da10de 100644 --- a/UI/Input/DropDown.ts +++ b/UI/Input/DropDown.ts @@ -8,7 +8,6 @@ import BaseUIElement from "../BaseUIElement" */ export class DropDown extends InputElement { private static _nextDropdownId = 0 - public IsSelected: UIEventSource = new UIEventSource(false) private readonly _element: HTMLElement diff --git a/UI/OpeningHours/PublicHolidayInput.ts b/UI/OpeningHours/PublicHolidayInput.ts index 974bb01a3f..71de05c96c 100644 --- a/UI/OpeningHours/PublicHolidayInput.ts +++ b/UI/OpeningHours/PublicHolidayInput.ts @@ -59,7 +59,7 @@ export default class PublicHolidayInput extends InputElement { this.SetupDataSync(mode, start.GetValue(), end.GetValue()) - return new Combine([dropdown, askHours]).ConstructElement() + return new Combine([dropdown, askHours]).SetClass("w-full flex").ConstructElement() } private SetupDataSync(