我目前正在使用 MX 电话号码验证器:
<mx:PhoneNumberValidator id="phoneCheck"
source="{phoneInput}"
property="text"
allowedFormatChars=""
required="true"
trigger="{button}"
triggerEvent="click"/>
当验证器返回带有文本的错误(参见 screenshotA)而不是漂亮的 Flash 气泡(screenshotB.jpg)时
。
如何获得气泡而不是文本?谢谢你。