Identity Portal displays "i" after each multi-select list
search cancel

Identity Portal displays "i" after each multi-select list

book

Article ID: 139849

calendar_today

Updated On:

Products

CA Identity Portal CA Identity Suite

Issue/Introduction

After upgrading to 14.3 IP we started to see the "I" with the dark circle next to each option.

Environment

Release: 14.3


Component: Identity Portal

Cause

The "I"s is the icon used for INFORMATION.  This is meant for tooltips.  This is by dedign.

Resolution

 

You should specify Description for each option in the Form.



You select "Description" checkbox and description to each item in the list.  

When you mouse-over the "i"s you will now receive the information as tooltips for each item.

To remove the "i" you would need to create a custom CSS.

Implement CSS to hide the circle i

ip-icon.prop-option-desc.ip

{display:none;}