-
Notifications
You must be signed in to change notification settings - Fork 19
Description
When configuring the widget in a story if the user starts searching for a model it limits partial matches. User needs to keep typing for the expected model to appear. Not a major issue but annoying from usability perspective. It can lead to
Example: I want to select model "FRANK_MODEL"
If i start typing FRANK it only displays model FRANK_CC:
Note i have 15+ models starting with "FRANK" prefix

However if i keep typing "FRANK_M" the list updates to include several models matching that prefix:

If i continue typing to "FRANK_MOD" again my desired model "FRANK_MODEL" disappears

If i type the entire name "FRANK_MODEL" it still only displays "FRANK_MODEL2":

Finally if i delete the '2' at the end, "FRANK_MODEL" does appear in the dropdown. However even after selecting "FRANK_MODEL" from the drop down the widget is still configured from "FRANK_MODEL2".
Correct model ID for FRANK_MODEL should be C806zanezk8kfk4rfkoxwn9slc
