What problem does this feature solve? 多选模式下,可以直接获取 label 和 value What does the proposed API look like? 多选模式下,返回对象数组 Array<{key: string, label: vNodes, originLabel: any}>