react-admin selectArrayInput 没有选择

react-admin selectArrayInput without choices

我们需要一个输入字段来输入多个值。在我们的例子中是标签。用户应该能够输入不在 choices 属性.

中的新标签

在 admin-on-rest 中非常好。这正是我们所需要的。

不幸的是,在 react-admin 中,我找不到这样的功能,这对我们来说是必不可少的,从 admin-休息到反应管理员。

SelectArrayInput,仅适用于预定义选项。

是否有替代解决方案?

我们从 react-admin 中删除了它,因为 AutocompleteField 已从 material-ui 中删除。您必须为此实施自己的输入,使用 https://github.com/TeamWertarbyte/material-ui-chip-input which recently merged a pull request allowing autocompletion using react-autosuggest or downshift (see https://github.com/TeamWertarbyte/material-ui-chip-input/pull/219)