s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266

Home Page:https://valencia.lbsfilm.at/midterm-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove control without rebuild the UI

garudaonekh opened this issue · comments

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?