前端项目实战贰佰陆拾柒react-admin+material ui-react-admin-admin中CheckboxGroupInput之optionValue

const choices = [
    { _id: 'admin', name: 'Admin' },
    { _id: 'u001', name: 'Editor' },
    { _id: 'u002', name: 'Moderator' },
    { _id: 'u003', name: 'Reviewer' },
];
<CheckboxGroupInput source="roles" choices={choices} optionValue="_id" />

自定义选项值的属性

posted @ 2023-08-24 09:09  前端导师歌谣  阅读(9)  评论(0)    收藏  举报  来源