Hi, we have this customizer and some of it's properties are in array form like boolean and int.
now when we try to modify and then click the OK button of the customizer, it throws an assertionException because the expressionConverter was null. I looked into the ExpressionConverter and it seems there is none for arrays, except for StringArrays.
Is there anyway to get around this? WB checks if the converter is null after checking if the property has been changed.