Nested Async Select with forwardRef can't show the initial selected value from the backend #5676
Unanswered
edward1127
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know why when I make the AsyncSelect nested with forwardRef, it will then have a problem displaying the initial selected value from the backend?
This works. The backend selected value will be set as the initial value and displayed correctly.
This won't show the initial selected value from the backend, but the following values can be set and displayed correctly.
Beta Was this translation helpful? Give feedback.
All reactions