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

Add input group example to the docs #30204

Closed
vanillajonathan opened this issue Feb 17, 2020 · 1 comment
Closed

Add input group example to the docs #30204

vanillajonathan opened this issue Feb 17, 2020 · 1 comment

Comments

@vanillajonathan
Copy link
Contributor

Add an example to the documentation when using both .input-group-prepend and .input-group-append together to create an input group with "the extra" between two inputs.

Example 1

<div class="input-group">
  <input class="form-control" type="text" />
  <div class="input-group-prepend input-group-append">
    <div class="input-group-text">@</div>
  </div>
  <select class="form-control"></select>
</div>

Example 2

<div class="input-group">
  <input class="form-control" type="date" />
  <div class="input-group-prepend input-group-append">
    <div class="input-group-text"></div>
  </div>
  <input class="form-control" type="date" />
</div>
@ysds
Copy link
Member

ysds commented Feb 17, 2020

Duplicate of #25120

@ysds ysds marked this as a duplicate of #25120 Feb 17, 2020
@ysds ysds closed this as completed Feb 17, 2020
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