Hi,
Please can you add 'Alphabets Only' input mask for single line text?
One more suggestion is to combine custom mask with field length. If I add a custom mask as 'a' (alphabets), it should take the maximum length set for the field. Currently it takes those many characters as set in the custom mask. (So if I set 'aaaaa' as my custom mask, it takes only 5 alphabets as the input. It will be nice if I just set 'a' as my custom mask, and set the maximum number of characters as 100, then this field should take 100 alphabets only)
Is there another way I could achieve this currently?