فهرست منبع

put back label

itizawa 5 سال پیش
والد
کامیت
3ad7137f25
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/components/Admin/UserGroupDetail/UserGroupUserFormByInput.jsx

+ 1 - 1
src/client/js/components/Admin/UserGroupDetail/UserGroupUserFormByInput.jsx

@@ -124,7 +124,7 @@ class UserGroupUserFormByInput extends React.Component {
             ref={(c) => { this.typeahead = c }}
             inputProps={inputProps}
             isLoading={this.state.isLoading}
-            labelKey={user => `${user.username}`}
+            labelKey={user => `${user.username} ${user.name} ${user.email}`}
             minLength={0}
             options={this.state.applicableUsers} // Search result
             searchText={(this.state.isLoading ? 'Searching...' : this.getEmptyLabel())}