Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
[MM-14826] Disable Safari spellcheck on quick switcher
Browse files Browse the repository at this point in the history
This change disables the Safari spellcheck suggestions on the
quick channel switcher input. These suggestions could correct
actual channel and user names.
  • Loading branch information
gabrieljackson committed Apr 3, 2019
1 parent be70ae5 commit 9af3afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ exports[`components/QuickSwitchModal should match snapshot 1`] = `
renderNoResults={false}
replaceAllInputOnSelect={false}
requiredCharacters={1}
spellCheck="false"
value=""
/>
</ModalBody>
Expand Down
1 change: 1 addition & 0 deletions components/quick_switch_modal/quick_switch_modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ export default class QuickSwitchModal extends React.PureComponent {
providers={providers}
listStyle='bottom'
completeOnTab={false}
spellCheck='false'
renderDividers={renderDividers}
delayInputUpdate={true}
openWhenEmpty={true}
Expand Down

0 comments on commit 9af3afd

Please sign in to comment.