Hello guys,
One more begginer question :D
Is there a way to remove text label from input type date? I tried whith if to put "" but didn't work.
How can I show this field as blank "" if null date?
Image attached.
Thanks!
Hi,The text label is equal to 'placeholder' attribute in HTML and it is not supported with date type. It is recommended to provide an alternative method.Have you tried DatePicker ?
Cheers, Nam
Hello @Elaine Guimaraes
The browser is responsible for this behavior. when we use the input type date it results in the appearance of a calendar even without using a date picker or calendar widget.
If you want to modify the default placeholder, you will need to adjust the input type to text or there are some alternative solutions.
ThanksTousif Khan
Hello guys, I tryed date picker, but I can't define the widht of this in my screen, so I give up this widget. So will try again.