Skip to content

Commit 5a57fdc

Browse files
committed
Merge pull request #437 from crazyserver/MOBILE-1485
MOBILE-1485 messages: Disable corrector and spell on contacts search
2 parents 02185df + 6d42c73 commit 5a57fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/addons/messages/templates/contacts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="item item-input-inset">
77
<label class="item-input-wrapper">
88
<i class="icon ion-search placeholder-icon"></i>
9-
<input type="text" placeholder="{{ 'mma.messages.contactname' | translate }}" ng-model="formData.searchString">
9+
<input type="text" placeholder="{{ 'mma.messages.contactname' | translate }}" ng-model="formData.searchString" autocorrect="off" spellcheck="false">
1010
</label>
1111
<button type="submit" class="button button-clear" ng-disabled="!formData.searchString || formData.searchString.length < 3">{{ 'mm.core.search' | translate}}</button>
1212
</div>

0 commit comments

Comments
 (0)