I want to masking my input form for credit card number like this:
Input your credit card number : 411111******1111
So like a password input, but only partially.
I'm using icefaces for the framework. if I use ace:maskedEntry
, then only change the format of the data, not the text that I have to input.
Thanks in advance before and sorry for my bad english.