I was wondering if there is a way to limit the number of words in a TextArea vs. just a character limit?
Thanks,
Bill
I was wondering if there is a way to limit the number of words in a TextArea vs. just a character limit?
Thanks,
Bill
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.