Skip to content

Instantly share code, notes, and snippets.

@awead
Last active April 2, 2019 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awead/c1d5eb9d8b5501ca6a8a2c161d2cf95f to your computer and use it in GitHub Desktop.
Save awead/c1d5eb9d8b5501ca6a8a2c161d2cf95f to your computer and use it in GitHub Desktop.
Multiple text inputs
Scholarsphere:
<div class="form-group">
<label>Title</label>
<ul>
<li>
<input/>
<span>Remove me</span>
</li>
</ul>
<span>Add another</span>
</div>
Bootstrap
<div class="form-group">
<label>Title</label>
<div class="input-group">
<input/>
<span>Remove me</span>
</div>
<span>Add another</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment