Skip to content

RadDataForm crashing on iOS if the TKPropertyGroup name is set dynamically. #529

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

Closed
yalva opened this issue Feb 13, 2018 · 2 comments
Closed

Comments

@yalva
Copy link

yalva commented Feb 13, 2018

Did you verify this is a real problem by searching Stack Overflow?

No

Which platform(s) does your issue occur on?

iOS
Its working as expected on Android.

Please provide the following version numbers that your issue occurs with:

Progress NativeScript UI version: 3.4.0
CLI: 3.4.1
Cross-platform modules: 3.4.0
Runtime(s):3.4.1

Please tell us how to recreate the issue in as much detail as possible.

Create and page with RadDataForm and set the name of a group dynamically like this

TKPropertyGroup tkDataFormGroups collapsible=“true” name=""{{‘Patient’ | translate }}" hidden=“false” >

@NickIliev
Copy link
Collaborator

NickIliev commented Feb 20, 2018

@yalva changing the TKPropertyGroup name is working as expected - real example can be seen here.

However, in your case you are using a translate pipe which might be causing the issues.
The i18n Angular library is not supported in the latest nativescript-angular (logged as feature request here).

If you are using third-party translate plugin please let me know and open related issue in the plugin's repository.

@yalva
Copy link
Author

yalva commented Feb 20, 2018

Hi I will checkout your the example, I'm currently using the plugin @ngx-translate/core to translate the languages dynamically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants