ExtendScript edittext limit number of characters
Is there an attribute for edittext objects that limits the amount of digits I can write? I've tried "characters", "maxsize" and "maxlength", but thats not working. I know I could use a onChange function to delete characters exceeding my limit, but isn't there an attribute to prevent it beforehand?
I have Input fields for seconds & fps and want to reduce the propabillity of user-errors :

