mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +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
|
@ -51,7 +51,7 @@
|
|||
tabindex="{showActions ? '0' : '-1'}"
|
||||
on:click="{ctx.resetSelectedRowIds}"
|
||||
>
|
||||
Cancel
|
||||
<slot name="cancel">Cancel</slot>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue