mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-11 13:51:42 +00:00
form: proxmox textfield: support binding 'allowBlank'
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0a751aabb5
commit
ec0798689f
@ -34,5 +34,9 @@ Ext.define('Proxmox.form.field.Textfield', {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return me.getSkipEmptyText() ? null: value;
|
return me.getSkipEmptyText() ? null: value;
|
||||||
|
},
|
||||||
|
|
||||||
|
setAllowBlank: function(allowBlank) {
|
||||||
|
this.allowBlank = allowBlank;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user