J
Jesper F
I need an control over field that should accept 2 digit
numbers but also en empty field. I use a validation
function such as <99 and an inputmask as either 99 or ##
and a validation message.
This works fine if a number is entered.
But if a numbered is entered and the user then regrets and
clears the field with backspace one isn't allowed to leave
the field and is presented with the val message.
How can I make a inputmask/validation function that'll
allow numbers but also and empty field?
numbers but also en empty field. I use a validation
function such as <99 and an inputmask as either 99 or ##
and a validation message.
This works fine if a number is entered.
But if a numbered is entered and the user then regrets and
clears the field with backspace one isn't allowed to leave
the field and is presented with the val message.
How can I make a inputmask/validation function that'll
allow numbers but also and empty field?