Skip to content

Commit

Permalink
Explicitly set spellcheck to true
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstump committed Jul 15, 2020
1 parent 3a7da9f commit 22b340b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/PickerArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
:placeholder="placeholder"
class="emojipicker-area"
contenteditable="true"
spellcheck="true"
tabindex="0"
autocomplete="off"
autocorrect="off"
Expand Down

0 comments on commit 22b340b

Please sign in to comment.