如果绑定,我如何分割字符串并获取长度?我试过这个,但显示的值是空的:
{ xtype: 'displayfield', fieldLabel: __('sending_to'), bind: { value: '{recipients.split("\n").length}' } }
您可以使用formulas在其中添加更多逻辑。关于你的问题,这里是FIDDLE