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
In the AutocompleteWidget, before I start typing to get autocompleted suggestions, the dropdown shows the text: "There aren't any options available"
This is not great UX, because there actually are options available for selection as soon as you start typing.
Would it be possible to display
ideally, for a small set of available options such as the ISO-3166 codes, a list of options straight away? So without even typing anything, I already get a list of suggested options. E.g. sorted alphabetically.
a prompt text like "Start typing to see selectable options"?