There was an error while loading. Please reload this page.
1 parent 0ef3269 commit 27c0b55Copy full SHA for 27c0b55
2 files changed
src/form-element-input.html
@@ -54,7 +54,7 @@ <h4 class="card-title">Basic Inputs</h4>
54
disabled>
55
</div>
56
<div class="form-group">
57
- <label for="disabledInput">Readonly Input</label>
+ <label for="readonlyInput">Readonly Input</label>
58
<input type="text" class="form-control" id="readonlyInput" readonly="readonly"
59
value="You can't update me :P">
60
0 commit comments