i am trying to use angular ui.mask module to display a full length url based on user entering a section name(suffix)
http://www.example.com/XYZ where 'XYZ' is the user input.
While a mask 'http://www.example.com/AAA' works fine, it does limit the user to entering only 3 character. Any quick ways to extend the length accepted?
I tried altering the regex to accept variable length, but haven't got this working. Any help would be appreciated.
Thanks.
ui.maskmodule was designed to work with inputs that require a pre-defined length. I don't see a way of using it to do what you need.