Additional Form Group Attributes in select example#352
Merged
mattbrictson merged 3 commits intobootstrap-ruby:masterfrom Jan 10, 2018
Merged
Additional Form Group Attributes in select example#352mattbrictson merged 3 commits intobootstrap-ruby:masterfrom
mattbrictson merged 3 commits intobootstrap-ruby:masterfrom
Conversation
Show how to set additional Form Group Attributes like wrapper class
lcreid
approved these changes
Jan 9, 2018
|
|
||
| ```erb | ||
| <%= f.select :product, [[1, "Apple"], [2, "Grape"]], { label: "Choose your favorite fruit:" }, { class: "selectpicker" } %> | ||
| <%= f.select :product, [[1, "Apple"], [2, "Grape"]], { label: "Choose your favorite fruit:" }, { class: "selectpicker", wrapper: { class: 'has-warning', data: { foo: 'bar' } } %> |
Contributor
There was a problem hiding this comment.
Note that there was a typo in the original README.md. PR #355 will fix the typo, at which time this line will probably have a merge conflict. Please wait for the other PR to be merged, fix the conflict if any, and then we can merge this PR.
Contributor
|
@r-sierra would you mind rebasing against the latest |
Contributor
Author
|
@mattbrictson conflict solved! |
Missing "}"
Contributor
|
Much appreciated! 🙇 |
unikitty37
pushed a commit
to unikitty37/rails-bootstrap-forms
that referenced
this pull request
Jan 12, 2018
* Additional Form Group Attributes in select example Show how to set additional Form Group Attributes like wrapper class * Update README.md Missing "}"
lcreid
pushed a commit
to lcreid/rails-bootstrap-forms
that referenced
this pull request
Jun 4, 2018
* Additional Form Group Attributes in select example Show how to set additional Form Group Attributes like wrapper class * Update README.md Missing "}"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Show how to set additional Form Group Attributes like wrapper class