WIP: Form components extensions and improvements #94707
@ -1610,6 +1610,12 @@
|
||||
<input class="form-control" placeholder="Default Text" type="text" />
|
||||
</div>
|
||||
|
||||
<label>Field with required text</label>
|
||||
<span class="form-required-indicator">*</span>
|
||||
<div class="form-group">
|
||||
<input class="form-control" placeholder="Required Text" type="text" required />
|
||||
</div>
|
||||
|
||||
<label>Bunch of inputs on top of each other</label>
|
||||
<div class="form-group">
|
||||
<span class="form-group-addon"><i class="i-file-video-o"></i></span>
|
||||
|
Loading…
Reference in New Issue
Block a user