chore: v11 TextArea

`cols` no longer has a defaults to 50 but remains at 100% width by default.
This commit is contained in:
Gregor Wassmann 2023-03-31 19:45:57 +02:00 committed by Enrico Sacchetti
commit 2ca2833945
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
4 changed files with 8 additions and 5 deletions

View file

@ -18,7 +18,7 @@ export interface TextAreaProps extends RestProps {
/**
* Specify the number of cols
* @default 50
* @default undefined
*/
cols?: number;