Material UI Multi-Select different code value and visible value - show keys instead values
问题 I am using Material UI Multiple Select based on documentation example. I need to save id of the selected option and show name, so I render object. When I used example from documentation with placeholder, i see ids instead names of selected. See: https://codesandbox.io/s/kxz5yqmrzv?from-embed const names = [ { id: "a", name: "Oliver Hansen" }, { id: "b", name: "Van Henry" }, { id: "c", name: "April Tucker" }, { id: "d", name: "Ralph Hubbard" }, { id: "e", name: "Omar Alexander" }, { id: "f",