Bug in TouchGFX 4.25: Issue when duplicating a TextArea with manually assigned ID
I’ve encountered a bug in TouchGFX version 4.25 when working with TextAreas. If you manually assign an ID to a TextArea, such as "id_txt_config_ntp", and then duplicate the TextArea (using copy and paste), the second generated one remains linked to the first. Even if you change the ID of the second one, any modification made to either of them affects both.

