-
-
Notifications
You must be signed in to change notification settings - Fork 241
TabView *tabItem binding not updating value #845
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
Reproducible with with tns-core-modules 3.4.0
|
+1 |
+1 Still an issue with 6.0.0. I think the issue is that the tabItem directive has multiple inputs, which cannot be uniquely associated to this directive when it is used on a non-html element (an angular component). The only one that works is the one for |
buuhuu
pushed a commit
to buuhuu/nativescript-angular
that referenced
this issue
Jun 8, 2018
buuhuu
pushed a commit
to buuhuu/nativescript-angular
that referenced
this issue
Jun 8, 2018
MartoYankov
pushed a commit
that referenced
this issue
Jun 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test application to demonstrate the issue here
E.g.
where myFirstItem is tabItem object of the follwing kind
Result: Changing the value via binding won't be respected
The text was updated successfully, but these errors were encountered: