Open ghost opened 6 years ago
Currently when cols is set on the textarea element it's not respected due to a CSS width. If someone wants to create a textarea with wrap=hard this could become an issue as the expected output may not be returned.
cols
textarea
wrap=hard
Maybe i can help
Currently when
cols
is set on thetextarea
element it's not respected due to a CSS width. If someone wants to create a textarea withwrap=hard
this could become an issue as the expected output may not be returned.