mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(toolbar-search): add disabled state
This commit is contained in:
parent
e929ff5896
commit
edc361d392
4 changed files with 25 additions and 3 deletions
6
types/DataTable/ToolbarSearch.d.ts
vendored
6
types/DataTable/ToolbarSearch.d.ts
vendored
|
@ -19,6 +19,12 @@ export interface ToolbarSearchProps {
|
|||
*/
|
||||
persistent?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the search bar
|
||||
* @default false
|
||||
*/
|
||||
disabled?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the tabindex
|
||||
* @default "0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue