By default, Chrome makes my textareas resizable. I wish to control this and either make them only vertically resizable, or not at all.
How can I achieve this ?
|
By default, Chrome makes my textareas resizable. I wish to control this and either make them only vertically resizable, or not at all. How can I achieve this ? |
||||
|
|
|
Rails generate standard textarea tag, but Safari/Chrome (Webkit) display all (not only Rails :) textareas as resizable. Its apperance may be disabled by CSS
Or, if need only vertical resize:
|
||||
|
|
|
Set However, be aware that breaking user expectations about how their browser treats controls tends to create a lot of user frustration. |
|||
|
|
|
you can set the column and rows like
or specify the size like
|
|||||||
|