You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(forms): In select search text persists after selection confusing users (it should function as an autocomplete so search is gone once selected) #2974
What version of EMX2 are you using (see footer)
[v8.221.0]
Describe the bug
In the current system on 'https://beta-ernithaca.molgeniscloud.org/, a bug exists where, during the process of field selection in edit mode, the text initially typed to locate the correct option persists and remains visible in the field box after the option is selected. This persistence of typed text leads to confusion for users as the displayed text may not accurately correspond to the chosen option. This occurs with; ref, ref-array, ontology, onotology_array.
Expected behavior
After selecting the desired option in edit mode, the typed text should be cleared or replaced with the selected option. The field box should accurately reflect the chosen option, ensuring a clear and unambiguous representation of user input.
Screenshots
Example typed text
Additional context
From Alain's (ERN ITHACA) feedback