前端项目实战贰佰伍拾玖react-admin+material ui-react-admin-admin中AutocompleteInput之translateChoice

<AutocompleteInput source="gender" choices={choices} translateChoice={false}/>
const choices = [
   { id: 'M', name: 'myroot.gender.male' },
   { id: 'F', name: 'myroot.gender.female' },
];

翻译选项作为标识

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