Skip to content

Commit

Permalink
required hint added
Browse files Browse the repository at this point in the history
  • Loading branch information
s20041205 committed Feb 10, 2022
1 parent 755a249 commit 8499b4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<li class="breadcrumb-item"><a
href="https://docs.google.com/spreadsheets/d/1ZNPbB2IAaM23TGnwfXr4bTbijXXBPwMMNTZa_O5ERhE/edit?usp=sharing"
target="_self">記帳</a></li>
<li class="breadcrumb-item active" aria-current="page">v2.1.1</li>
<li class="breadcrumb-item active" aria-current="page">v2.1.2</li>
</ol>
</nav>
</div>
Expand All @@ -40,8 +40,8 @@

<select name="Topclass" id="topclass-list" onchange="changeTopclass()"></select>
<select name="Subclass" id="subclass-list"></select>
<input name="Price" type="number" placeholder="Price" required>
<input name="Detail" type="text" placeholder="Detail" required>
<input name="Price" type="number" placeholder="Price *" required>
<input name="Detail" type="text" placeholder="Detail *" required>
<input name="Remark" type="text" placeholder="Remark">
<!--<select name="Name" type="text" id="who-list" required></select>-->
<!--
Expand Down

0 comments on commit 8499b4f

Please sign in to comment.