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

[TextField] Optional underline #2475

Closed
newoga opened this issue Dec 11, 2015 · 1 comment · Fixed by #2476
Closed

[TextField] Optional underline #2475

newoga opened this issue Dec 11, 2015 · 1 comment · Fixed by #2476
Labels
new feature New feature or request

Comments

@newoga
Copy link
Contributor

newoga commented Dec 11, 2015

Sometimes you may want to use a TextField without the underline.

This can currently be done like this:

<TextField hintText="Hint Text" underlineStyle={{display: 'none'}} />

Should we consider making this supported by a prop?

Examples of TextField without underline

@alitaheri
Copy link
Member

Yes please! I was pulling my hair out when I wanted to achieve the same thing :|

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

Successfully merging a pull request may close this issue.

2 participants