Hi,
I am using one Reactive Form Group in a page, and there are 7 tab pages, and every tab page with many controls bound to the form group.
Now the problem is that if I modify one of the ejs-textbox controls, the speed is a little slow.
I wonder if I can optimize it so that only the controls of the active tab page can be bound to form group.
Do you have any idear ?