glygener / glyTableMaker-backend

Backend code for the GlyGen Table Maker application
GNU General Public License v3.0
0 stars 0 forks source link

Handle multiple matches for typeahead #85

Closed senaarpinar closed 3 months ago

senaarpinar commented 3 months ago

For Species namespace, there are multiple matches for a given synonym. For example, "fruit fly" matches the following:

When the user selects "fruit fly" from the type ahead suggestions, we should pop up another window to list the possibilities with a radio button next to them and then replace "fruit fly" in the text box with the user's selection.

senaarpinar commented 3 months ago

done