We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f8fd7 commit 8001eecCopy full SHA for 8001eec
index.html
@@ -74,12 +74,12 @@ <h3 class="demo-panel-title">Input</h3>
74
</div>
75
<div class="col-xs-3">
76
<div class="form-group has-error">
77
- <input type="text" value="Error" class="form-control" />
+ <input type="text" value="" placeholder="Error" class="form-control" />
78
79
80
81
<div class="form-group has-success">
82
- <input type="text" value="Success" class="form-control" />
+ <input type="text" value="" placeholder="Success" class="form-control" />
83
<span class="input-icon fui-check-inverted"></span>
84
85
0 commit comments