mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
Fixes (#814)
* fix(combo-box): clicking chevron should not open the combo box if disabled Fixes #776 * fix(toolbar-batch-actions): cancel text should be slottable Fixes #782
This commit is contained in:
parent
36efee358f
commit
e4e75e5859
5 changed files with 16 additions and 6 deletions
2
types/DataTable/ToolbarBatchActions.d.ts
vendored
2
types/DataTable/ToolbarBatchActions.d.ts
vendored
|
@ -13,5 +13,5 @@ export interface ToolbarBatchActionsProps
|
|||
export default class ToolbarBatchActions extends SvelteComponentTyped<
|
||||
ToolbarBatchActionsProps,
|
||||
{},
|
||||
{ default: {} }
|
||||
{ default: {}; cancel: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue