Open
Description
What you were expecting:
When using AutocompleteArrayInput with a ReferenceArrayInput with parse/format options:
- the options list should not flicker
- the input value should not reset itself
What happened instead:
- the options list values flicker
- the input value resets itself
Steps to reproduce:
- Open code sandbox
- In the preview window, go to Comments list
- Click on the icon to create a new comment
- Select any value(s) in the Comments input
- Enter any few characters
Related code:
CodeSandox: https://codesandbox.io/s/array-reference-input-xrrv94?file=/src/posts/PostCreate.tsx
Environment
- React-admin version: 4.7.1