Add images

This commit is contained in:
Pieter Vander Vennet 2020-07-22 16:40:36 +02:00
parent 197e33f52f
commit ab514a0079
11 changed files with 420 additions and 0 deletions

View file

@ -85,6 +85,8 @@ export class DropDown<T> extends InputElement<T> {
self._value.setData(self._values[index].value);
});
var t = this._value.data;
for (let i = 0; i < this._values.length ; i++) {