You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I want change the limit based on user input. If user is uploading file along with writing text on textarea. His limit will be less but if he is not uploading file his limit will be more. Can it be done. Can we update limit later on.
Thanks,
Samir
The text was updated successfully, but these errors were encountered:
I could use this enhancement. At least you should listen to any change. If we set the value of the textarea through $('textarea').val('Some String'); the count is not updated.
Hello,
I want change the limit based on user input. If user is uploading file along with writing text on textarea. His limit will be less but if he is not uploading file his limit will be more. Can it be done. Can we update limit later on.
Thanks,
Samir
The text was updated successfully, but these errors were encountered: