mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
Align v10.53 (#1109)
* chore(deps): upgrade carbon-components to v10.53.0 * feat(text-area): add maxCount prop * docs(text-area): add maximum character count * feat(file-uploader): add disabled prop * docs(file-uploader): add disabled state example
This commit is contained in:
parent
8d3ac75170
commit
78072a1c66
12 changed files with 98 additions and 23 deletions
6
types/TextArea/TextArea.svelte.d.ts
vendored
6
types/TextArea/TextArea.svelte.d.ts
vendored
|
@ -27,6 +27,12 @@ export interface TextAreaProps
|
|||
*/
|
||||
rows?: number;
|
||||
|
||||
/**
|
||||
* Specify the max character count
|
||||
* @default undefined
|
||||
*/
|
||||
maxCount?: number;
|
||||
|
||||
/**
|
||||
* Set to `true` to enable the light variant
|
||||
* @default false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue