You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Textarea control must have cols and rows defined.
cols : the visible width of the text control, in average character widths. If it is specified, it must be a positive integer. If it is not specified, the default value is 20.
rows : The number of visible text lines for the control.