Any Select Component Problem? #440
Answered
by
rtivital
bogordesaincom
asked this question in
Q&A
-
I have problem with Select Component when load old value, first time is not show, in second time that show, any problem with my code? selectproblem.2.mp4useImperativeHandle(ref, () => ({
LoadFirstData(value) {
form.setValues({
id: value.id,
first_name: value.first_name,
last_name: value.last_name,
phone: value.phone,
email: value.email,
})
setRoleValue(value.roles_name)
setStatusValue(value.status.toString())
.....
},
})) |
Beta Was this translation helpful? Give feedback.
Answered by
rtivital
Nov 21, 2021
Replies: 1 comment 3 replies
-
Can you explain more? I can see that select has "Active" value in both cases |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bogordesaincom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you explain more? I can see that select has "Active" value in both cases