Francois Zaninotto
Francois Zaninotto
I agree, this isn't something we'll implement in the core package. You can write your own `AutocompleteArrayInput` to replace react-admin's component for your use case.
This is a current limitation of List - there can be only one per resource. But we can imagine that we expose a `` prop to specify a different store...
StackBlitz for @StefanFl's example: https://stackblitz.com/github/StefanFl/react-admin-8038/tree/master/examples/simple
You're not supposed to use a `` as descendent of ``. `` is a page component, and there can be only one such component per page. If you need a...
Great! I'm not a big fan of `nga.field(null, 'row')`. A row isn't a field, so you should provide a `nga.row()` factory instead. Also, please update the package.json to point to...
Probably in [doc/Configuration-reference.md](https://github.com/marmelab/ng-admin/blob/master/doc/Configuration-reference.md)
see my comments in the discussion
Good catch! that's also why it's confusing.