How to hide a text or value from a html inputfield without set to hidden control. I want to the textbox keep on visible but the text/value is hide. Is possible?
Thank You
Try this solution
you can set text color to transparent
input {
color: transparent;
}