Skip to content

Commit

Permalink
Disabled spellchecker and suggested corrections/predictive for fields…
Browse files Browse the repository at this point in the history
… that do not need this.
  • Loading branch information
gdombiak committed Aug 28, 2018
1 parent a12cdaf commit 2623e5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions OctoPod/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@
</constraints>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/>
<connections>
<action selector="valueChanged:" destination="vCt-Do-JlF" eventType="editingChanged" id="feT-Dq-Rmf"/>
</connections>
Expand Down Expand Up @@ -1559,7 +1559,7 @@
<rect key="frame" x="180" y="115" width="134.5" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/>
<connections>
<action selector="gcodeChanged:" destination="j5o-fo-R5v" eventType="editingChanged" id="MPY-yp-vn6"/>
</connections>
Expand Down Expand Up @@ -2239,7 +2239,7 @@
<rect key="frame" x="16" y="6" width="343" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" spellCheckingType="no" keyboardType="URL" textContentType="url"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardType="URL" textContentType="url"/>
<connections>
<action selector="urlChanged:" destination="RQs-UQ-7OZ" eventType="editingChanged" id="epM-jx-XEB"/>
</connections>
Expand Down Expand Up @@ -2271,7 +2271,7 @@
<rect key="frame" x="16" y="6" width="343" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" spellCheckingType="no"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/>
<connections>
<action selector="fieldChanged:" destination="RQs-UQ-7OZ" eventType="editingChanged" id="L8r-Hy-lAG"/>
</connections>
Expand Down Expand Up @@ -2323,7 +2323,7 @@
<rect key="frame" x="16" y="6" width="343" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" spellCheckingType="no" textContentType="username"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" textContentType="username"/>
<connections>
<action selector="fieldChanged:" destination="RQs-UQ-7OZ" eventType="editingChanged" id="vuK-3x-fHP"/>
</connections>
Expand All @@ -2348,7 +2348,7 @@
<rect key="frame" x="16" y="6" width="343" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" spellCheckingType="no" secureTextEntry="YES" textContentType="password"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" secureTextEntry="YES" textContentType="password"/>
<connections>
<action selector="fieldChanged:" destination="RQs-UQ-7OZ" eventType="editingChanged" id="fv0-gP-OGK"/>
</connections>
Expand Down

0 comments on commit 2623e5c

Please sign in to comment.