s00500 / ESPUI

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

updateNumber is changing the font color from black to white #267

Open jackthese opened 11 months ago

jackthese commented 11 months ago

I have created a table of numbers that display properly with a dark black font initially. However, when I use updateNumber to change a value, the value of the number changes correctly, but it's font color changes to white. This does not happen if I use the up/down arrows in the number box itself, or if I simply edit the number directly. But when I trigger the number change by pushing a separate button I've made for the purpose, the behavior occurs.

Is there any way to directly set the colors of the font or the "field" color within the number box that the font sets on?

I have other tables on other projects that do not display this behavior.