|
I'm trying to create a certain number of text areas based on the length of a word using a for loop. It works, however when i edit one text area, all of them get edited. Does anyone know how I can make it so it doesnt effect all the text areas made in the for loop?
(comments are locked)
|
|
You need each text to have its own input string. You kept changing the same one.
(comments are locked)
|
