You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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” >
The text was updated successfully, but these errors were encountered: