WIP: Form components extensions and improvements #94707

Draft
Márton Lente wants to merge 12 commits from component-forms into v2

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit cb1e5e094b - Show all commits

View File

@ -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>