Is there an eloquent way to restrict an input element to type a specific string?
The user should be able to press any key but only if the key matches the next correct char in the specific string should the input be accepted and the cursor advance.
There is the pattern attribute of course but I don't think that is the solution.