forked from MapComplete/MapComplete
Fix: styling of PH-input in OpeningHoursInput, fix #1422
This commit is contained in:
parent
bcb2ecf6ab
commit
a9c25d378a
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue