Support Article
Validation error icon is overlapped with radio buttons
SA-91007
Summary
Validation error icon for a radio button on a table cell is overlapped with radio buttons.
Error Messages
Not Applicable
Steps to Reproduce
- Add radio buttons to a table cell
- Configure a radio button according to the requirement
- Submit the screen without selecting the radio button
- Verify if the error icon is overlapped with the radio button
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform either of the below local-changes:
Add the below Cascading Style Sheets (CSS) to the HTML Fragment rule of the UserWorkForm:
<style>
label.rb_standard.radioLabel {
margin-left: 20px;
} !Important;
</style>
OR
1. Create a section (subsection) and implement a radio button on the dynamic layout of the section
2. Reference the section (subsection) in a cell on the table layout
Published October 23, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.