Hi Team,
I am using form.html for implementing UI, I need to add a text area with scrollbar, can you please suggest.
Regards,
Bhavya
form1.txt (1.5 KB)
Hi Team,
I am using form.html for implementing UI, I need to add a text area with scrollbar, can you please suggest.
Regards,
Bhavya
form1.txt (1.5 KB)
Hi @Bhavya,
I guess this is not a Camunda question, but here is what you are looking for I assume:
Hope that helps,
Askar
Thank you Askar,
I have tried this earlier, but its not accepting textarea as a datatype. Below is the way i have implemented it in form.
.
Hi @Bhavya
textarea should be implemented as textarea not input and rest you can manipulate with your own styling
<textarea cam-variable-name="name"
cam-variable-type="String"
rows="4"></textarea>