Question
hidden cfinput with mask
I have a cfform type ='html' with a cfinput field with
type='text'. If I apply a mask like mask='XXXX-XX-XXX-XXXX' it
works fine if the field is initially visible, but if the style
display: none is set as it is in my case, the mask attribute throws
an error because CF8.01 (at least) applies default focus to fields
with mask. Anyone have a workaround?
