フレックスモバイルアプリケーションでバリデーターを使用しています。バリデーターがエラーをトリガーしたときに赤い境界線を削除したい。
<mx:EmailValidator id="emailV" source="{login_txt}" property="text" triggerEvent="click" trigger="{connexion_btn}" />
<mx:StringValidator id="passwordV" source="{password_txt}" property="text" trigger="{connexion_btn}" triggerEvent="click" />
私は試した:
target.errorString = null; // not good
どんな手掛かり ?