Tabbing on a reference field clears the value of the field.Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms The issue is that when user presses the Tab key on a reference field, it clears the content of that field. Steps to reproduce: Click on Settings iconGeneral > Accessibility Enabled > Slide it to turn it onNavigate to create a new incidentStart typing a name in the caller fieldClick on the "Tab" button on keyboardCaller field clears. Environment All Cause One of the reasons this could happen is if the Accessibility is enabled for that instance. This is controlled through user preference: glide.ui.accessibility Resolution Users can resolve this for themselves by taking following steps: Click on Settings iconGeneral > Accessibility Enabled > Turn it off by sliding it to left.Click "OK" to reload the page. To resolve this for all users: Navigate to User preferencesFind user preference with Name = glide.ui.accessibilityThere should be multiple records here. Find the one where System = true, User = empty, and Value = true. Change the value of above user preference to "false" and save. Additional Information Using Accessibility Features