TextField onChange not working when using IdentifiedArrayOf #2668
Unanswered
cadizjavier
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@cadizjavier I copied and pasted the code above into a fresh project off the latest |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The
onChange
modifier on aTextField
doesn't work when usingIdentifiedArrayOf
.The minimal example I was able to create is a dynamic Form using the
BindingReducer
Let's take a look at it. (Working on the
observation-beta
branch)When the application runs and we modify a TextField value, the
onChange
modifier isn't triggered.If we make this change:
It works. When changing TextField values, the
onChange
modifier gets triggered.I'm unsure if this is as expected or is a limitation of
IdentifiedArrayOf.
I hoped to use
IdentifiedArrayOf
for the benefits explained in the motivation plan.Any hints, feedback, or better ways to do this would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions