Hello,
I need help with textarea on the Survey Challenge. My textarea box shows up in the preview but it won’t pass so I probably did something wrong. All of my other tests pass.
Here is my codepen link:
Thanks.
Hello,
I need help with textarea on the Survey Challenge. My textarea box shows up in the preview but it won’t pass so I probably did something wrong. All of my other tests pass.
Here is my codepen link:
Thanks.
Text areas are a little different, they are not inputs.
<textarea></textarea>
. For more detail have a look at a youtube tutorial
Thank you. Figured out the code I had was wrong. Got it fixed.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.