SuiteCRM 7.7.4 - Selected item's value in dropdown is blank

Hi Forum,

SuiteCRM 7.7.4 has a bug in UI.

Selected value of the dropdown does not display in the box. I have attached screenshot herewith.

This is a quick fix for it. line-height should be 1.

File : custom/themes/SuiteP/css/style.css


select, select:focus, select::selection, .saved_search_select {
line-height: 1 !important;
}

Have you upgraded to 7.7.5? That release may have fixed your issue? :slight_smile: