<input id="txtPassword" type="password" />
$("#txtPassword").watermark("Password");
The result will give watermarked ***** on my textBox
this is not expected behaviour, i expect something like windows live messenger login
where the password textBox still showing "Password"
==============================
Stephen_Walther wrote Feb 24 at 4:22 PM
The Watermark control is not currently compatible with an <input type="password" /> field. This is a feature that we may consider in the future.
$("#txtPassword").watermark("Password");
The result will give watermarked ***** on my textBox
this is not expected behaviour, i expect something like windows live messenger login
where the password textBox still showing "Password"
==============================
Stephen_Walther wrote Feb 24 at 4:22 PM
The Watermark control is not currently compatible with an <input type="password" /> field. This is a feature that we may consider in the future.