You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduced. Thanks for reporting this. Besides, the label translation key looks wrong as it should probably be something like resources.posts.fields.backlinks.date and resources.posts.fields.backlinks.url
Note however that if you pass have a translation for the current key, it will be used for the label. the bug only occurs when you rely on our defaults.
What you were expecting:
Labels on inputs.
What happened instead:
No labels on inputs.
Steps to reproduce:
ArrayInput with SimpleFormIterator nested, with Inputs nested: no labels.
https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple?file=/src/posts/PostCreate.tsx
Related code:
https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple?file=/src/posts/PostCreate.tsx
Other information:
This time I don't have to create a reproducible example because it's part of the example itself already.
It's the ArrayInput>SimpleFormIterator for Backlinks (the sandbox links should go to the correct file)
Environment
The text was updated successfully, but these errors were encountered: