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
commit 8ff8007f32
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;