Open manoldonev opened 5 years ago
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):
tns info
package.json
Describe the bug RadDataForm input fields look weird on iOS (like with double underline).
To Reproduce Drag and drop a DataForm component in NS Playground.
Expected behavior RadDataForm input fields' structure should not introduce double underline on iOS.
Additional context
You're right - Dataform uses the standard for iOS form in a ListView, so the TextField underline should be removed to provide a more consistent look.
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 RadDataForm input fields look weird on iOS (like with double underline).
To Reproduce Drag and drop a DataForm component in NS Playground.
Expected behavior RadDataForm input fields' structure should not introduce double underline on iOS.
Additional context