Last active
April 2, 2019 14:05
-
-
Save awead/c1d5eb9d8b5501ca6a8a2c161d2cf95f to your computer and use it in GitHub Desktop.
Multiple text inputs
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
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