You should use the markAsDirty method, like this:
control.markAsDirty();
This will also mark all direct ancestors as dirty to maintain the model.
Docs link
You should use the markAsDirty method, like this:
control.markAsDirty();
This will also mark all direct ancestors as dirty to maintain the model.
Docs link