0
I was making a web page and needed a textarea
to date. When I put type date input into Chrome it creates a date mask, not allowing users to type letters and do not need to type the /
to separate the date. But in Mozilla Firefox does not do this, it is a normal textarea.
I wondered if it has how to format this textarea the same way as Chrome or similar, at least do the functions of not allow to type number and separate the date with the /
automatically? And if so, what would that be like?
Can use some polyfill, the date field support can be seen here.
– Renan Gomes