Reference Field Value is not Selectable in the Popup/DialogIssue Reference Field Value is not Selectable in the Popup/DialogResolutionThis was happening because of customization to the "short_description" field on the Task table to have a Max Length of 2000 characters rather than the OOB 160. This means that the short_description field becomes big enough to allow for multi-line input. When an enter/return is added to the Short Description, the field is no longer able to be selected in the reference field popup box as the reference field is a single line. We recommend changing your Max Length for short_description back to 160 characters. This is meant to be short. If you need to populate more text, the Description field is where you will want to input that.