I need to create form input field for inputing bank account number. Than number has max = 18 number and min 18 numbers.
algorithm is next (3+13+2)
So i cant use clasic input text box i need special text box where i will have slash that separates that numbers like on screenshot:
How can i create textbox like above using javascript and html
