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

class label requires "addon" to be first #860

Closed
end-user opened this issue Feb 24, 2015 · 2 comments
Closed

class label requires "addon" to be first #860

end-user opened this issue Feb 24, 2015 · 2 comments

Comments

@end-user
Copy link

bootstrap-datetimepicker.js:1614 is checking that the class attribute begins with "input-group-". This prevents the use of other classes that might be mixed in, e.g. "btn btn-default input-group-addon". It might be better to use element.find('[class*="input-group-"]')

@webcmsdesigns
Copy link

you shouldn't be mixing .btn classes with .input-group-addon. "you'll need to use .input-group-btn to wrap the buttons"
http://getbootstrap.com/components/#input-groups-buttons

@Eonasdan
Copy link
Owner

is there any reason to use the button group instead of the input group?

Please post your suggestion to the #841 v5 planning issue

Repository owner locked and limited conversation to collaborators Jun 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants