When I'm using a masked editor with a mask like #####-#### and the user edits the value it always set the value with a trailing dash whether the user enters the full postal code or not. Is they a way around this behaviour?
Thanks for the reply.
Do you mean something like this: #####-nnnn
Hello,
I am assuming that the "trailing dash" is the pad character. This is because the # is a digit placeholder and the digit is required. You can use n instead of #, as n is a non-required digit placeholder.