Closed sarates closed 6 years ago
See this example: https://github.com/HubSpot/react-select-plus#option-groups
So I cant conf it with "groups" and "users" labels? Always key "options" should be?
Or I should map my data to 'options' keys, not groups / users
How should I pass options to Select for USERS GROUP with this data structure?
{ "groups": [ { "id": "3124123123", "name": "CSD IT Apps", "users": [ { "id": "992694534", "timezone": "Europe/Berlin", "name": "John Doe", "profileImage": "https://randomuser.me/api/portraits/men/78.jpg" },