Thanks for the great and easy to use plugin but I am missing some key feature. How can I accomplish to allow some special chars like + or - keys? I tried allowing them via regex ^[\d +-]+$ in the pattern attribute, but this doesn't seem to work. Any tips?