Commit b9d5a12b authored by Esmael El-Moslimany's avatar Esmael El-Moslimany Committed by Commit Bot

Settings: edit dictionary, disable spellcheck

Bug: 866359
Change-Id: I5bae80bafd34446eaa35b74d79cb35acb5ba5b6c
Reviewed-on: https://chromium-review.googlesource.com/1146991Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: Esmael El-Moslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577257}
parent bf2c477e
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
invalid="[[isWordInvalid_(newWordValue_)]]" invalid="[[isWordInvalid_(newWordValue_)]]"
error-message="[[isWordInvalid_(newWordValue_, error-message="[[isWordInvalid_(newWordValue_,
'$i18nPolymer{addDictionaryWordDuplicateError}', '$i18nPolymer{addDictionaryWordDuplicateError}',
'$i18nPolymer{addDictionaryWordLengthError}')]]"> '$i18nPolymer{addDictionaryWordLengthError}')]]"
spellcheck="false">
<paper-button class="secondary-button" on-click="onAddWordTap_" <paper-button class="secondary-button" on-click="onAddWordTap_"
disabled="[[disableAddButton_(newWordValue_)]]" id="addWord" disabled="[[disableAddButton_(newWordValue_)]]" id="addWord"
slot="suffix"> slot="suffix">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment