unlimited char input with uppercase mask

472
2
Jump to solution
03-14-2022 09:29 AM
GrégoireCATINEAU
New Contributor III

Hello,

I Would like to have an input mask of 120 character max ( in bind:esri:fieldLength). But I want to force input to uppercase it with the >A character.

 

but >A works only with 1 char.... but I want a variant number of char.

 

 

0 Kudos
1 Solution

Accepted Solutions
HuubZwart
Occasional Contributor

The easy solution would be to use >a (a instead of A marks a character as permitted, not required) with 120 a's

PS I think you mean body::esri:inputMask not bind:esriFieldLength? Field length sets the character limit on the feature service on creating specifically

View solution in original post

2 Replies
HuubZwart
Occasional Contributor

The easy solution would be to use >a (a instead of A marks a character as permitted, not required) with 120 a's

PS I think you mean body::esri:inputMask not bind:esriFieldLength? Field length sets the character limit on the feature service on creating specifically

GrégoireCATINEAU
New Contributor III

Thanks very much HuubZwart, that works !

0 Kudos