mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-29 01:12:02 +00:00
ui: prune keep input: actually clear value on clear trigger click
instead of resetting to the originalValue. This makes it behave like other similar fields (e.g. the combogrid). Reported-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
363e32a805
commit
0fe805b95f
@ -32,7 +32,7 @@ Ext.define('PBS.PruneKeepInput', {
|
|||||||
hidden: true,
|
hidden: true,
|
||||||
handler: function() {
|
handler: function() {
|
||||||
this.triggers.clear.setVisible(false);
|
this.triggers.clear.setVisible(false);
|
||||||
this.setValue(this.originalValue);
|
this.setValue("");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user