Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
Describe the bug
The background of RadDataForm with explicit TKPropertyGroup declarations is not styled properly with iOS dark mode. Note that if TKPropertyGroups are not specified and the form is autogenerated, background is OK.
This MIGHT not be a theming issue but a component one, needs further investigation.
To Reproduce
Tap the registration bottom -- the "broken" RadDataForm is on the registration screen.
Expected behavior
RadDataForm should be styled properly in iOS dark mode with any configuration.
Environment Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug The background of RadDataForm with explicit TKPropertyGroup declarations is not styled properly with iOS dark mode. Note that if TKPropertyGroups are not specified and the form is autogenerated, background is OK.
This MIGHT not be a theming issue but a component one, needs further investigation.
To Reproduce Tap the registration bottom -- the "broken" RadDataForm is on the registration screen.
Expected behavior RadDataForm should be styled properly in iOS dark mode with any configuration.
Sample project template-health-survey-ng.zip
Additional context