Async listener resets entire form #2486
Answered
by
taiwanleaftea
taiwanleaftea
asked this question in
Q&A
-
I've a standard address form, which has country and state selectors and another fields. In the listener are defined
Everything works, but the problem is when I change country, entire form reloads and cleans up. It's not a big problem when I create address, but the same happens when I edit address. Is it possible to remember form values in async listener? |
Beta Was this translation helpful? Give feedback.
Answered by
taiwanleaftea
Jan 3, 2023
Replies: 1 comment
-
The solution is - split layouts into listener and layout with other fields. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
taiwanleaftea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution is - split layouts into listener and layout with other fields.