Prevent Backgrid Password cells from losing focus if the browser opens an autocomplete list. Fixes #4278

This commit is contained in:
Murtuza Zabuawala
2019-05-20 13:34:47 +01:00
committed by Dave Page
parent da8da7bb49
commit 155768a2d7
2 changed files with 3 additions and 1 deletions

View File

@@ -1256,6 +1256,7 @@ define([
editor: Backgrid.InputCellEditor.extend({
attributes: {
type: 'password',
autocomplete: 'new-password',
},
render: function() {