Skip to content

Commit 27c0b55

Browse files
authored
fix: input readonly's id (#203)
1 parent 0ef3269 commit 27c0b55

2 files changed

Lines changed: 8010 additions & 7746 deletions

File tree

src/form-element-input.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h4 class="card-title">Basic Inputs</h4>
5454
disabled>
5555
</div>
5656
<div class="form-group">
57-
<label for="disabledInput">Readonly Input</label>
57+
<label for="readonlyInput">Readonly Input</label>
5858
<input type="text" class="form-control" id="readonlyInput" readonly="readonly"
5959
value="You can't update me :P">
6060
</div>

0 commit comments

Comments
 (0)