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

Settings: turn off spellcheck for profile name inputs

Bug: 881745
Change-Id: I46d30ba82182ce47d9f78a9765db76fba835febf
Reviewed-on: https://chromium-review.googlesource.com/1237258Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Esmael El-Moslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592989}
parent 8680cfba
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<div class="container"> <div class="container">
<div id="title-bar">$i18n{createProfileTitle}</div> <div id="title-bar">$i18n{createProfileTitle}</div>
<cr-input id="nameInput" value="{{profileName_}}" pattern=".*\S.*" <cr-input id="nameInput" value="{{profileName_}}" pattern=".*\S.*"
auto-validate> auto-validate spellcheck="false">
</cr-input> </cr-input>
<cr-profile-avatar-selector avatars="[[availableIcons_]]" <cr-profile-avatar-selector avatars="[[availableIcons_]]"
selected-avatar="{{selectedAvatar_}}"> selected-avatar="{{selectedAvatar_}}">
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<cr-input id="name" value="[[profileName]]" pattern=".*\S.*" <cr-input id="name" value="[[profileName]]" pattern=".*\S.*"
on-change="onProfileNameChanged_" on-keydown="onProfileNameKeydown_" on-change="onProfileNameChanged_" on-keydown="onProfileNameKeydown_"
disabled="[[isProfileNameDisabled_(syncStatus)]]" maxlength="500" disabled="[[isProfileNameDisabled_(syncStatus)]]" maxlength="500"
auto-validate required> auto-validate required spellcheck="false">
</cr-input> </cr-input>
</div> </div>
<template is="dom-if" if="[[isProfileShortcutSettingVisible_]]"> <template is="dom-if" if="[[isProfileShortcutSettingVisible_]]">
......
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