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
When overriding AgnocompleteModel.item to customize item display, initial value for AgnocompleteField is still displayed using the model's default string conversion method. AgnocompleteModel.item should also be called on it.