Removing the red border from control for the applied validation
设置被验证控件的errorString 属性为""即可;
UIComponent.errorString ="";
本文介绍了一种简单的方法来移除应用验证后控件出现的红色边框。通过将UI组件的errorString属性设置为空字符串,可以有效解决此问题。
Removing the red border from control for the applied validation
设置被验证控件的errorString 属性为""即可;
UIComponent.errorString ="";

被折叠的 条评论
为什么被折叠?