avoid textarea rows/cols error?

前端 未结 3 1248
遥遥无期
遥遥无期 2021-01-15 19:45

I am using a few page validation tools one problem i have is they tell me textarea must have rows and cols attribute. If i am setting this in CSS or using display:none (and

3条回答
  •  不知归路
    2021-01-15 20:43

    I think, it's standard solution. It would be better to give larger values though, so that browsers with disabled CSS can show them correctly. For invisible data holders you can use

    instead of