I have a form with a horizontal layout and with this TextInput:
<s:TextInput id="platformNameTI" showErrorSkin="true"
showErrorTip="true"/>
I have a simple validator that just checks if there is something entered (required field). My problem is as the layout is horizontal, when an error occured (required file missing), all form items are shifted because of the error icon. Is there a way to delete that annoying icon or force the component to not display it?
1 Answer