toolkit: remove unneeded applyEmptyText

The parent method does this already in ExtJS 6

commit d19ffc1bb078e42a042c5c73797d713aa9cf9bcc from pve-manager

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2017-12-19 08:16:11 +01:00 committed by Dominik Csapak
parent 0e029e08ef
commit 9503d4570e

View File

@ -197,7 +197,6 @@ Ext.define('Proxmox.form.ComboBox', {
// copied from combobox
var me = this;
me.callParent();
me.applyEmptyText();
// clear and set when not the same
var value = me.getValue();