Fix: styling of PH-input in OpeningHoursInput, fix #1422

This commit is contained in:
Pieter Vander Vennet 2023-06-07 17:45:08 +02:00
parent bcb2ecf6ab
commit a9c25d378a
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ import BaseUIElement from "../BaseUIElement"
*/
export class DropDown<T> extends InputElement<T> {
private static _nextDropdownId = 0
public IsSelected: UIEventSource<boolean> = new UIEventSource<boolean>(false)
private readonly _element: HTMLElement