FormGroup cannot get value of TextField if it's focus #9656
Unanswered
minhson95th
asked this question in
Q&A
Replies: 3 comments
-
You probably want to change the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use Nativescript with Angular, how can I do that? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please post your code you've used - I thought you were using RadDataForm (you still may be?), but without seeing the code I'm not sure. If so, you would just add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want get value of TextField by FormGroup , but if i type value in TextField, and click button, FormGroup can not get value of current TextField, when i change to focus next TextField, now FormGroup can get value. How can i get value of TextField without change focus?
Beta Was this translation helpful? Give feedback.
All reactions