# Touched state of a control stays touched forever when calling setActiveControlSet

**URL:** https://forum.electra.one/t/touched-state-of-a-control-stays-touched-forever-when-calling-setactivecontrolset/2905
**Category:** Bug reports
**Created:** [May 8, 2024, 8:10pm UTC](https://forum.electra.one/t/touched-state-of-a-control-stays-touched-forever-when-calling-setactivecontrolset/2905 "2024-05-08T20:10:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mint-Gecko](https://avatars.discourse-cdn.com/v4/letter/m/67e7ee/32.png) [@Mint-Gecko](https://forum.electra.one/u/Mint-Gecko)
#### Post date: [May 8, 2024, 8:10pm UTC](https://forum.electra.one/t/touched-state-of-a-control-stays-touched-forever-when-calling-setactivecontrolset/2905/1 "2024-05-08T20:10:08Z")

</div>

When changing the active control set via pages.setActiveControlSet(controlSetId) from let’s say set 1 to set 3, any touched control from set 1 will stay touched. Of course, switching the control set means no control of that set is touched from now on.

I think that the touched state of the controls of a control set should be set to false when another control set gets activated.
