mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(search): support disabled state
This commit is contained in:
parent
718a7fcabd
commit
e4766591d5
4 changed files with 20 additions and 0 deletions
6
types/index.d.ts
vendored
6
types/index.d.ts
vendored
|
|
@ -3408,6 +3408,12 @@ export class Search extends CarbonSvelteComponent {
|
|||
*/
|
||||
light?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the search input
|
||||
* @default false
|
||||
*/
|
||||
disabled?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the value of the search input
|
||||
* @default ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue