9glenda
9glenda
Telegram is prety easy with an bot api key
A in dropdown value change listener is still missing but that's not that hard to add
>  why do you use an innerhtml here @9glenda @Niteletsplay You mean test1? It's the ID/name of the dropdown.
> > >  why do you use an innerhtml here @9glenda > > > > > > @Niteletsplay > > You mean test1? It's the ID/name of the dropdown....
@Niteletsplay you can now simply add an event listener called change. ```ts const d = getDropdown("test1") d!.addEventListener("change", function() { console.log(getValue("test1")); }); ```
@Niteletsplay should change also be executed on selecting the item already selected and therefore not change of the value?
> @Niteletsplay now it only has to be implemented in guide
Dropdowns in edit need to be changed to the new implementation then everything is done
@Niteletsplay don't close this pr
@Niteletsplay don't close this pr