Avatar

Level 4

Hello Srinivas,

Instead of writing this.ui.#textEdit.border.fill.color.value = "192,192,192";

You can try with this i.e.

this.border.fill.color.value = "192,192,192";

Thanks,

Debadas.