PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB20 - time field input mask - hint text
WB20 - time field input mask - hint text
Iniciado por guest, 27,may. 2016 10:02 - No hay respuesta
Publicado el 27,mayo 2016 - 10:02
Hi,

I have a webpage with a timefield for entering workhours. The timefield has a mask HH:MM
When the page is first opened the timefield is emtpy and thats ok.
Whenever the user enters the timefield the mask is displayed as kind of a hint. You see HH:MM and when you start typing it disappears.
WIth several timefield next to each other this doesn't look very friendly, according to my users. They know they have to enter a time.

But I can't get rid of this mask other than removing the input-mask. Is there some trick to do so?
I rather don't want to loose the input-checks, forced by this mask, because that works quite good.