mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Prevent Backgrid Password cells from losing focus if the browser opens an autocomplete list. Fixes #4278
This commit is contained in:
committed by
Dave Page
parent
da8da7bb49
commit
155768a2d7
@@ -1256,6 +1256,7 @@ define([
|
||||
editor: Backgrid.InputCellEditor.extend({
|
||||
attributes: {
|
||||
type: 'password',
|
||||
autocomplete: 'new-password',
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
||||
Reference in New Issue
Block a user