Skip to content

Commit 0b9f05e

Browse files
committed
Update form-validation.html
1 parent 9a79cb7 commit 0b9f05e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

form-validation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h5>Popup Validation</h5>
257257
<label class="control-label">Required</label>
258258

259259
<div class="controls">
260-
<input type="text" class="validate[required] text-input" name="req" id="req">
260+
<input type="text" class="validate[required] text-input" name="req" id="req" data-prompt-position="bottomLeft" >
261261
</div>
262262
</div>
263263
<div class="control-group">
@@ -671,4 +671,4 @@ <h3 id="helpModalLabel"><i class="icon-external-link"></i> Help</h3>
671671

672672
<script type="text/javascript" src="assets/js/style-switcher.js"></script>
673673
</body>
674-
</html>
674+
</html>

0 commit comments

Comments
 (0)