s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
923 stars 174 forks source link

improving the documentation to explain how updating values works on tabbed website #206

Open StefanL38 opened 2 years ago

StefanL38 commented 2 years ago

The documentation is yet pretty good.

Though there is (always) room to improve it.

If a website uses tabs updating a value of a number-element does not work with this description Number inputs can be updated from code using ESP.updateNumber().

Additionally this text does not show the parameters of the function.

What I found that works on tabbed websites is using the

ESPUI.updateControlValue(UI_ID_Number,String(myInteger));