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

Input with side label will not color label red, if input is given error prop #1409

Closed
nbkhope opened this issue Mar 2, 2017 · 1 comment
Closed

Comments

@nbkhope
Copy link

nbkhope commented Mar 2, 2017

Steps

  1. Make an Input component with an error property set to true, as described in the docs.
  2. Add a label, say, to the right-hand side of the input

Expected Result

The whole input colored light red due to validation error.

Actual Result

Only the input part is colored red, not the right-hand side label.

Version

0.67.0

Testcase

See the screenshot

screen shot 2017-03-01 at 4 48 41 pm

The only think I can think of is to add a color property of 'red' to the label, although it won't exactly match the light red color of the input. So was it intentional to leave only the input colored?

screen shot 2017-03-01 at 4 55 29 pm

@levithomason
Copy link
Member

This is a CSS issue and should be posted on https://github.com/Semantic-Org/Semantic-UI. This repo only concerns itself with React components.

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