Question

RulesCube
PE
Last activity: 15 Oct 2020 18:04 EDT
Condition expression don't work for radio button control
Hi,
I'm using Pega 7.2 and have a section with a radion button using a required condition expression.
When the screen loads it works fine but when the condition changes from false to true the asterisk icon doesn't appear .
I test it with other controls like a datepicker and a text input and it works fine.
I tried to find the problem and it seems that this function conditionEngine.evaluateRequiredWhens is fired as many options the radio button have. Inspecting the DOM i found that the class of the span element have a null value instead of this iconRequired.
Do you know if there is a solution or a patch for this error?
Thanks.