-
-
Notifications
You must be signed in to change notification settings - Fork 241
Cannot remove textfield border or implement theme class styling #1478
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
Comments
HI @SGissubel, |
Thank you @tsonevn for your response. I actually did try this, just did not include it above. Just tried it again now and it again did not work. I followed the docs when setting it up. Wondering if I am missing anything else. It appears that I do have the required module: nativescript-theme-core. Otherwise I am unsure of what I miss be missing. |
|
HI @SGissubel, Meanwhile, I would suggest making sure that all the latest changes are applied to the app. Regarding that, can you remove the |
I removed the platforms folder. And rebuilt the project. Still no changes. As for the sample project - considering how simple it is, I couldn't imagine what I am missing that the sample has or implements. All things referenced inside of the sample I displayed above. Still no changes. Additionally - I cannot now ADD a border to buttons...:
No border appears. Even with added styling to |
Possible this is affecting it... ?
I have been looking into it. No solutions have worked so far. |
Also, I know this was closed... but no solution was ever arrived at. |
Hi @SGissubel, |
Which platform(s) does your issue occur on?
tns version: 4.1.2
Cross-platform modules: "version": "4.1.1"
"tns-ios": "version": "4.1.1"
Please, tell us how to recreate the issue in as much detail as possible.
I am created a few form pages. I tried using the theme classes to have a border bottom only, but all I am getting is a border-box around all text-fields.

Desired output:

Code:
Tried removing the border with css:
Just looking how to remove the border around the entire text-area and show only the border-bottom;
The text was updated successfully, but these errors were encountered: