diff --git a/UI/Input/DropDown.ts b/UI/Input/DropDown.ts index d20bdb4..4c53af4 100644 --- a/UI/Input/DropDown.ts +++ b/UI/Input/DropDown.ts @@ -64,8 +64,8 @@ export class DropDown extends InputElement { let options = ""; for (let i = 0; i < this._values.length; i++) { options += "" - } + return "
" + "" + "