getValues("fieldname") and field.value these are not same #10499
Unanswered
NarenderDhamarlapally
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i remove the row from tanstack table values is updated correctly
but it is displaying in screen
it is showing last remove value only from table
value in controller
value = (getvalues("fieldName")) --- > it is working as expected
value = (field.value) in controller it is not updated
Beta Was this translation helpful? Give feedback.
All reactions