mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: v11 TextArea
`cols` no longer has a defaults to 50 but remains at 100% width by default.
This commit is contained in:
parent
b279d14292
commit
2ca2833945
4 changed files with 8 additions and 5 deletions
2
types/TextArea/TextArea.svelte.d.ts
vendored
2
types/TextArea/TextArea.svelte.d.ts
vendored
|
@ -18,7 +18,7 @@ export interface TextAreaProps extends RestProps {
|
|||
|
||||
/**
|
||||
* Specify the number of cols
|
||||
* @default 50
|
||||
* @default undefined
|
||||
*/
|
||||
cols?: number;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue