add placeholder to textarea

dependabot/npm_and_yarn/y18n-4.0.1
iotcat 4 years ago
parent b23373c967
commit 6c5876fa88
  1. 2
      package.json
  2. 2
      src/public/upload.html

@ -1,6 +1,6 @@
{
"name": "mksec",
"version": "2.4.1",
"version": "2.4.2",
"main": "src/index.js",
"repository": "git@github.com:IoTcat/sentence-generator.git",
"author": "iotcat <i@iotcat.me>",

@ -92,7 +92,7 @@
<fieldset>
<legend>Box</legend>
<label for="word-list">Copy your words here, separated by comma, space or line feed.</label>
<textarea id="word-list"></textarea>
<textarea id="word-list" placeholder="extricate, discrepancy, condone"></textarea>
<input type="submit" value="Submit">
</fieldset>
</form>

Loading…
Cancel
Save