i'm wondering is there any possiblity to mask input to be showing something like this -> " _ _ _ _ _ _ " where single " _ " is a place to type character.
So the final result when user is typing should look similar to this " t y p _ _ _ "
Thanks for help!
-- i tryied to do this by maskedinput, but when i allow to type special characters and whitespace in regex ([0-9a-zA-ąłóżźćę ?]*/) it does not work well.