Text Area Word Limit

I was wondering if there is a way to limit the number of words in a TextArea vs. just a character limit?

Thanks,

Bill

1 Like

Hi @bdiplacido,

No this isn't currently possible. The RadzenTextArea is nothing more but the textarea element whose maxlength attribute only limits the character length.

Thanks @korchev, I thought that may be the case, but wanted to confirm.

Regards,

Bill