auto complete field off
This commit is contained in:
parent
39060168a5
commit
737d6bce16
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ angular.module('copayApp.services').service('popupService', function($log, $ioni
|
|||
title: title,
|
||||
subTitle: message,
|
||||
cssClass: opts.class,
|
||||
template: '<input ng-model="data.response" type="' + opts.inputType + '" autofocus>',
|
||||
template: '<input ng-model="data.response" type="' + opts.inputType + '" value ="" autocomplete="off" autofocus>',
|
||||
inputPlaceholder: opts.inputPlaceholder,
|
||||
defaultText: opts.defaultText
|
||||
}).then(function(res) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue