Results 105 comments of 9glenda
trafficstars

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

> ![image](https://user-images.githubusercontent.com/67828948/261870746-b0475d30-fb57-4ed1-ad2a-e46c60dd50ff.png) why do you use an innerhtml here @9glenda @Niteletsplay You mean test1? It's the ID/name of the dropdown.

> > > ![image](https://user-images.githubusercontent.com/67828948/261870746-b0475d30-fb57-4ed1-ad2a-e46c60dd50ff.png) 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