-
-
Notifications
You must be signed in to change notification settings - Fork 241
wrong value using Switch or TextField(!) in combination with updateOn: 'blur' #1362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @gms1, |
Hi @tsonevn, regarding Switch and other controls, I wondered how an "updateOn: blur" could work, as long as there are no focus/blur events from the underlying framework for these controls. In the repo there is now a new folder 'testfield-updateOnBlur' with which the problem with TextField can be reproduced. Should I open a new issue for TextField? |
added TextField to the title however, it is possible that the TextField-issue already has a solution:
|
verified: #1230 solves the TextField-part of this issue! |
The first toggle seems to get lost. After that the value is 'true' if the switch is off and 'false' if the switch is on
This is the repo to reproduce this issue:
https://github.com/gms1/issues/tree/master/nativescript_angular/switch-updateOnBlur
The text was updated successfully, but these errors were encountered: