We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a769df + c738306 commit 8ea7319Copy full SHA for 8ea7319
templates/BootstrapTextField_holder.ss
@@ -1,6 +1,6 @@
1
<div id="$Name" class="<% if $AppendedText || $PrependedText %>input-group<% end_if %> $HolderClasses" $HolderAttributes>
2
<label for="$ID">$Title</label>
3
- <% if $PreprendedText %>
+ <% if $PrependedText %>
4
<span class="input-group-addon">$PrependedText</span>
5
<% end_if %>
6
0 commit comments