wv-field-append
Purpose
<wv-field-append/>
. This is used only in a <wv-field-*/>
field tag helpers. Provides the ability to render the field with an "input-group" as per Bootstrap CSS specifications. Appends the provided string as html in its proper place.
Example
<wv-field-date>
<wv-field-append><span class='input-group-text'><i class='fa fa-fw fa-calendar-alt'></i></span></wv-field-append>
</wv-field-date>