Any way to have the watermark not disappear until the user starts typing? Many apps need to automatically focus a textbox when initially displaying a page, so the user will never see that watermark in the current implementation, which has it disappear immediately on focus.
Comments: ** Comment from web user: BoucherS **
Comments: ** Comment from web user: BoucherS **
Hi,
In v2.7, there will be a new property : WatermarkTextBox.RemoveWatermarkOnGotFocus.
When false, setting the focus on the watermarkTextBox (with no text) will keep the watermark visible.