Question
Flash form broken by required+mask
The code below creates a flash form with a required field and
a mask that defines the phone format. This code renders immediately
with an error and red border, with a mouseover that says "error in
phone text".
If i remove either the "required" or the "mask" parts, the problem goes away, but they don't play well together.
Is this a bug?
<cfform format="flash">
<cfinput type="text" name="phone" label="Phone" required="yes" mask="999-999-9999">
</cfform>
If i remove either the "required" or the "mask" parts, the problem goes away, but they don't play well together.
Is this a bug?
<cfform format="flash">
<cfinput type="text" name="phone" label="Phone" required="yes" mask="999-999-9999">
</cfform>
