How can I create the number input in which user will be able to type only numbers which consist of five digits? I tried this but user still can type as many digits as he/she wants.
<input type="number" placeholder="1" min="1" max="99999">
There is no opportunity to use JavaScript in my project.