This allows us to set `maxLength` on it. `enforceMaxLength` will force extjs to set the `maxLength` property on the underlying inputfield.
Signed-off-by: Gabriel Goller <g.gol...@proxmox.com> --- src/form/TextAreaField.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/form/TextAreaField.js b/src/form/TextAreaField.js index 267b40c87d74..b0092510c019 100644 --- a/src/form/TextAreaField.js +++ b/src/form/TextAreaField.js @@ -10,6 +10,7 @@ Ext.define('Proxmox.form.field.Base64TextArea', { width: 600, height: 400, scrollable: 'y', + enforceMaxLength: true, }, setValue: function(value) { -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel