I’m building an app where the users have to setup essay inputs with variable limited amounts of characters. However the element does not allow setting a dynamic max character limit:
As You see you have to make the following steps :
1- expose id for input element (as you see textarea )
2- run this code with a dynamic value as you want from any data source (states, database … )
Hope this will help you.