Guest_imported
New member
- Jan 1, 1970
- 0
Is there anyway to put an input mask on a HTML form field using XML throught he use of behaviors? If so does anyone have any idea how to do this?
I was able to find a behavior that allowed me to put a maxlength on a <textarea> tag which was really helpful.
What I'm looking for now is maybe an input mask for a standard <input> field that takes in a date. I'm using jsp validation, but it would just be nice if the '/' were already in the form when they started typing. Does this make since?
I was able to find a behavior that allowed me to put a maxlength on a <textarea> tag which was really helpful.
What I'm looking for now is maybe an input mask for a standard <input> field that takes in a date. I'm using jsp validation, but it would just be nice if the '/' were already in the form when they started typing. Does this make since?