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
Anywhere that autocomplete is used with account IDs, the component should allow the user to enter the nickname instead of account. When the user enters the nickname, autocomplete should work based on the nickname.
Depending on the input from the user, the list should display the information differently. If the input from the user matches any nicknames OR is not in the standard x.x.x account ID format, then the list should display the list of accounts using the format: nickname-(accountID) or similar. Otherwise, if the input is in the accountID format, then it should display the list of accounts using the format: accountID - (nickname).
The text was updated successfully, but these errors were encountered:
Anywhere that autocomplete is used with account IDs, the component should allow the user to enter the nickname instead of account. When the user enters the nickname, autocomplete should work based on the nickname.
Depending on the input from the user, the list should display the information differently. If the input from the user matches any nicknames OR is not in the standard x.x.x account ID format, then the list should display the list of accounts using the format: nickname-(accountID) or similar. Otherwise, if the input is in the accountID format, then it should display the list of accounts using the format: accountID - (nickname).
The text was updated successfully, but these errors were encountered: