Skip to content

Commit

Permalink
fix attribute placeholder typo, fix label added when it should be rem…
Browse files Browse the repository at this point in the history
…oved, resolves #763
  • Loading branch information
kevinchappell committed Jul 27, 2018
1 parent cca8c93 commit 1b13f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>Actions</h2>
<button id="getJSON" type="button">Get JSON Data</button>
<button id="getJS" type="button">Get JS Data</button>
<button id="setData" type="button">Set Data</button>
<button id="toggleEdit" type="button">Toggle Field Edit</button> <input type="text" id="currentFieldId"/>
<button id="toggleEdit" type="button">Toggle Field Edit</button> <input type="text" placeholder="current field id" id="currentFieldId"/>
<button id="addField" type="button">Add Field</button>
<button id="removeField" type="button">Remove Field</button>
<button id="resetDemo" type="button">Reset Demo</button>
Expand Down

0 comments on commit 1b13f14

Please sign in to comment.