Skip to content

Commit

Permalink
fix: 🐛 Decrease box was always disabled. Now always enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffJacobson committed May 20, 2024
1 parent cd90779 commit ebaa124
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ <h2 slot="header">%VITE_TITLE%</h2>
</calcite-label>

<calcite-label layout="inline"
>Decrease<calcite-checkbox
name="decrease"
id="decreaseInput"
disabled
>Decrease<calcite-checkbox name="decrease" id="decreaseInput"
/></calcite-label>
<calcite-label for="mpInput"
>Milepost<calcite-input-number
Expand Down

0 comments on commit ebaa124

Please sign in to comment.