Issue: Modifying colCount of grouped items using itemOptions is not working in 19.2.5
Demo: CodeSandBox React
Steps to Reproduce:
- Using link provided, click the button with text
SET COLCOUNT = 2
- Notice for a split second Form tries to set the column to 2 but immediately resets to 1
Actual Behavior:
Form did not update column count of GroupItem
Expected Behavior:
Form would split the column to 2.