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

Remove control without rebuild the UI #265

Open garudaonekh opened 10 months ago

garudaonekh commented 10 months ago

Hi, I call ESPUI.removeControl(contolId,false) or ESPUI.removeControl(contolId,true) . Somehow, it still rebuild the whole UI. It's not convenient when there're many UI component.

Is it possible to silently remove the control?