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

Placement of error message breaks the layout in bootstrap input-groups. #69

Open
almoral opened this issue Aug 13, 2015 · 4 comments
Open

Comments

@almoral
Copy link

almoral commented Aug 13, 2015

The error message is placed immediately following the input that generated the error. Since the input in this case is inside a parent div with a class of 'input-group', it will force the parent div's height to grow. Any child elements of the parent div will inherit the new height regardless of any specified height declared in the CSS. How can I specify where to insert the error message in the markup?

@nelsonomuto
Copy link
Owner

you can create your own scripts and custom css for this

@nelsonomuto
Copy link
Owner

I'm going to add an attribute which the directive will use as a selector to wrap the error message

@rickerd
Copy link

rickerd commented Feb 29, 2016

+1

@inicolenco
Copy link

#81

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

No branches or pull requests

4 participants