Browser-Autocomplete für Betrag deaktiviert
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-1 col-xs-2 input-heading">Betrag:</div>
|
||||
<div class="col-md-11 col-xs-10">
|
||||
<input name="amount" ng-model='transaction.amount' type='text' required autofocus="autofocus"
|
||||
<input name="amount" ng-model='transaction.amount' type='text' required autocomplete="off" autofocus="autofocus"
|
||||
ng-pattern="/^[+-]?(?:\d+(?:[\.,]\d{0,2})?|[\.,]\d{1,2})$/" /><span ng-show="form.amount.$error.pattern"><br/>The value
|
||||
is not valid!</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user