NativeScript / theme

@nativescript/theme
https://v7.docs.nativescript.org/ui/theme
Apache License 2.0
128 stars 44 forks source link

RadDataForm input fields look weird on iOS (like with double underline) #214

Open manoldonev opened 5 years ago

manoldonev commented 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):

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 Screenshot 2019-10-30 at 18 28 21

bundyo commented 5 years ago

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.