Service Portal - Clickable space in dropdown lists of Select BoxIssue Additional spaces are seen at bottom of select boxes that can be clicked by users.ReleaseAllCauseClient scripts setting field values with empty spaceResolutionCheck for client scripts which are setting field values with empty space.Remove Extra Space from the script: Change from: g_form.setValue(field,' '); Change to: g_form.setValue(field,'');