cancel
Showing results for 
Search instead for 
Did you mean: 

How to calculate length of textfield

Former Member
0 Kudos

Folks,

Please tell me how to find of length of textfield in a form. length function of javascript doesn't work on rawValue.

Thanks,

Manish

Accepted Solutions (0)

Answers (1)

Answers (1)

nol_hendrikx
Active Contributor
0 Kudos

Hi Manish,

Can you post your code what you tried?

If it is a text field, this.rawValue.length should work. What type of field is it?

Keep in mind that when nothing has been filled in, rawValue.length is nothing.

cheers,

Noë