auto complete field off

This commit is contained in:
JDonadio 2017-03-13 14:53:11 -03:00
parent 39060168a5
commit 737d6bce16
1 changed files with 1 additions and 1 deletions

View File

@ -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) {