我的表格有textfield allowBlank = false,而blankText ='Inserire il motivo della richiesta'
在Firefox中没问题,我正确阅读了我的文字: firefox
在Chrome中,我得到了textText不可更改的内容,因为文字显示的宽度较小: chrome
任何人都可以告诉我如何设置blankText宽度,以便我可以在所有浏览器中阅读?
答案 0 :(得分:1)
解决了另一个选项:设置“msgTarget:'title'”或“msgTarget:'在'”下, 我的blankText字符串正常工作,在firefox,chrome等上完全可见