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
if you have already some values there from your api and try to add new values, old values names will dissapear
Steps to reproduce:
I was able to reproduce this issue in the react-admin demo with just a few additional lines of code to show a new tab and add the required data to data-generator.
Here is my version for it.
I can't reproduce the problem with the code you've provided on 3.0 in the simple example and demo example. There must be an error somewhere else in your code. Can you try and publish a CodeSandbox demonstrating the issue?
What you were expecting:
Components to work properly
What happened instead:
When using components like this
if you have already some values there from your api and try to add new values, old values names will dissapear
Steps to reproduce:
I was able to reproduce this issue in the react-admin demo with just a few additional lines of code to show a new tab and add the required data to
data-generator
.Here is my version for it.
Related code:
https://github.com/theVeid/react-admin.git at
issue-reference-array-input
branchOnly changes I've made
Environment
The text was updated successfully, but these errors were encountered: