-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[ios sim only]: iOS 16.4 simulator textChange behavior note #110
Comments
cjohn001
changed the title
With NS 8.5 Angular Reactive Forms are again broken
With NS 8.5 Angular Reactive Forms are again broken, seems to appear only on simulator but more research required
Apr 1, 2023
cjohn001
changed the title
With NS 8.5 Angular Reactive Forms are again broken, seems to appear only on simulator but more research required
IOS only: With NS 8.5 Angular Reactive Forms are again broken, seems to appear only on simulator but more research required
Apr 23, 2023
cjohn001
changed the title
IOS only: With NS 8.5 Angular Reactive Forms are again broken, seems to appear only on simulator but more research required
IOS only: With NS 8.5 Angular Reactive Forms are again broken, only appears on ios simulator
Apr 23, 2023
cjohn001
changed the title
IOS only: With NS 8.5 Angular Reactive Forms are again broken, only appears on ios simulator
IOS simulator only: With NS 8.5 Angular Reactive Forms are again broken
Apr 23, 2023
3 tasks
Appears to be completely isolated to iOS issue alone: https://developer.apple.com/forums/thread/727715 |
NathanWalker
changed the title
IOS simulator only: With NS 8.5 Angular Reactive Forms are again broken
IOS simulator only: iOS 16.4 simulator textChange behavior note
May 18, 2023
NathanWalker
changed the title
IOS simulator only: iOS 16.4 simulator textChange behavior note
[ios sim only]: iOS 16.4 simulator textChange behavior note
May 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: I think the source of the problem is NativeScript/NativeScript#10267. This bug should be reopened.
The issue is similar to the closed bug
#22
When changing a value in a text field bound to a FormGroup/FormControl the FormControl is not updated with the new value but the previous value. Hence input validation does not work.
Unfortunately the workaround described in the previous issue does not work.
I just found out that the problem seems to only appear on the ios simulator, not on real devices and not on Android at all.
Environment
Dependencies
The text was updated successfully, but these errors were encountered: