前端项目实战贰佰陆拾壹react-admin+material ui-react-admin-admin中AutocompleteArrayInput之optionText

import { AutocompleteArrayInput } from 'react-admin';

<AutocompleteArrayInput
    source="categories"
    choices={[
        { id: 'tech', name: 'Tech' },
        { id: 'lifestyle', name: 'Lifestyle' },
        { id: 'people', name: 'People' },
    ]}
/>
// renders the following list of choices
// - Tech
// - Lifestyle
// - People

使用该name作为文本中的内容

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