Originally by mkn.com
I customized the TextArea component via CSS to make it resizable. Now I experience, that sometimes randomly always on user input & focus loss (this combination), the size will be resetted to the origin size.
At least the random resizing must be fixed.
Here is my CSS:
.v-textarea {
resize: vertical;
}
You can verify this adding this CSS to the sampler text-area field.
Imported from https://dev.vaadin.com/ issue #14080
该提问来源于开源项目:vaadin/framework