I have tried various other Stackoverflow examples and cannot get it to work. I need an input mask that validates the input is from 0 to 254.
MY CURRENT ATTEMPT:
This is from the example & fails utterly...
dictionary.elements.txtGlobalAddress.inputmask('Regex', { regex: "^[0-9][0-9][0-9]?$|^254$" });