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 |
0 replies
I use Nativescript with Angular, how can I do that? |
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 |
0 replies
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.
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?

All reactions