I have the following html:
<input type="date" name="fecha_fin" value=""></p>
In chrome it works well:
But in firefox I have this error:
As you can see, firefox places a calendar in front of my calendar. How can i fix this? Is there any way to block the firefox calendar? Is it an error in my configuration?