Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 98aaaf2

Browse files
author
Brad Frost
committed
Merge pull request #236 from kamilwaheed/fixed-atoms-forms-id_collision
Fixed the id collision in demo forms atoms
2 parents 39e8603 + 2854b1f commit 98aaaf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/source/_patterns/00-atoms/05-forms/00-text-fields.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<input id="search" type="search" placeholder="Enter Search Term">
2121
</div>
2222
<div class="field-container">
23-
<label for="text">Number Input <abbr title="Required">*</abbr></label>
24-
<input id="text" type="number" placeholder="Enter a Number" pattern="[0-9]*">
23+
<label for="number">Number Input <abbr title="Required">*</abbr></label>
24+
<input id="number" type="number" placeholder="Enter a Number" pattern="[0-9]*">
2525
</div>
2626
<div class="field-container">
2727
<label for="textarea">Textarea</label>

0 commit comments

Comments
 (0)