s00500 / ESPUI

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

Input a numeric value without using the arrows and pressing the Enter key and ESPUI.updateNumber(...) change the text color of the numeric input widget #282

Open aiotech-pub opened 8 months ago

aiotech-pub commented 8 months ago

In my case the numeric input widget text is black but after input a number by keyboard or refreshing it using ESPUI.updateNumber(...) the text becomes white.

MartinMueller2003 commented 8 months ago

Can you post the code snippet of how you have configured the numeric field control.