Skip to content
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

[Nativescript 7] TextField rounded style is broken #276

Open
mohammadrafigh opened this issue Sep 13, 2020 · 2 comments
Open

[Nativescript 7] TextField rounded style is broken #276

mohammadrafigh opened this issue Sep 13, 2020 · 2 comments

Comments

@mohammadrafigh
Copy link

Environment

  • CLI: 7.0.7
  • Android Runtime: 6.5.3, 7.0.0

Describe the bug
-rounded class doesn't work over TextFields in Nativescript 7.0.0.

Screenshot from 2020-09-14 00-50-32

To Reproduce
Simple example:

<StackLayout class="nt-form">
    <TextField hint="Rounded" class="-rounded m-t-10"></TextField>
</StackLayout>

Expected behavior
The rounded TextField should look like rounded buttons (the same as rounded TextFields before Nativescript 7)

Sample project
https://github.com/mohammadrafigh/ns-theme-issue

@mohammadrafigh
Copy link
Author

Well after some investigations I found that it's related to theme v2.3.3, because it works perfect in v2.2.1

@soscler
Copy link

soscler commented Dec 11, 2020

Got the same problem with Button with -rounded-lg. I was able to fix it by downgrading the version from 2.3.4 to 2.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants