Skip to content

Commit

Permalink
Merge pull request #663 from freudenberg/freudenberg-patch-1
Browse files Browse the repository at this point in the history
Disable spellcheck for search input
  • Loading branch information
AlwinEgger committed Aug 18, 2023
2 parents 713eb84 + 0b3b66e commit 82c390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/kunden/overview/kundenoverview.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h3 class="panel-title"><span class="navbar-brand" translate>Kunden</span>
<form class="navbar-form pull-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="{{'Suche in Übersicht...'|translate}}" ng-model="search.query">
<input type="text" spellcheck="false" class="form-control" placeholder="{{'Suche in Übersicht...'|translate}}" ng-model="search.query">
<oo-actions-button model="model" actions="actions">{{'Kunde erstellen'|translate}}</oo-actions-button>
</div>
</form>
Expand Down

0 comments on commit 82c390c

Please sign in to comment.