We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02185df + 6d42c73 commit 5a57fdcCopy full SHA for 5a57fdc
www/addons/messages/templates/contacts.html
@@ -6,7 +6,7 @@
6
<div class="item item-input-inset">
7
<label class="item-input-wrapper">
8
<i class="icon ion-search placeholder-icon"></i>
9
- <input type="text" placeholder="{{ 'mma.messages.contactname' | translate }}" ng-model="formData.searchString">
+ <input type="text" placeholder="{{ 'mma.messages.contactname' | translate }}" ng-model="formData.searchString" autocorrect="off" spellcheck="false">
10
</label>
11
<button type="submit" class="button button-clear" ng-disabled="!formData.searchString || formData.searchString.length < 3">{{ 'mm.core.search' | translate}}</button>
12
</div>
0 commit comments