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

Support buttons in input groups #250

Closed
rdohms opened this issue Jun 12, 2014 · 0 comments · Fixed by #287
Closed

Support buttons in input groups #250

rdohms opened this issue Jun 12, 2014 · 0 comments · Fixed by #287

Comments

@rdohms
Copy link
Contributor

rdohms commented Jun 12, 2014

As show here: http://getbootstrap.com/components/#input-groups-buttons

Bootstrap supports having buttons attached to inputs, this should also be supported in this bundle.

I'm thinking maybe using the same syntax as the prepend/append icon but allowing you to reference a button. Some options would be:

  • inlining a $builder->add() directly (would have to see how this behaves)
  • reference a button already added by its name (would have to render the button and then drop it before its rendered twice.)
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

Successfully merging a pull request may close this issue.

1 participant