Custom keystroke script - allow for delete
I've created a text field with format custom keystroke script allowing for only digits. I've used fairly simple regular expression /^\d$/ to accomplish this. However, I would like to have possibility for user to be able to use backspace to delete some of these digits. Now it is not possible for backspace is not allowed keystroke. How do I do that with regular expression? I found that \b should match the backspace but I cannot figure out how to put it in a regular expression definition so it works.
Many thanks,
Vladan
