Disable textarea resize

An example showing how to disable textarea resize using Tizen 2.3.
textarea {
  resize: none;
}

Responses

0 Replies