I was doing a web page and needed a textarea
for the date. When I put the input with the type date in Chrome it creates a date mask, not allowing users to type letters and do not have to type the /
to separate the date. But in Mozilla Firefox does not do that, it's a normal textarea.
I wanted to know if you have to format this textarea in the same way as Chrome or similar, at least make the functions of not allow entering number and separating date with /
automatically? And if so, what would that be like?