mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix: remove translateWithIdMenu
, use translateWithId
instead, rename translateWithIdInput
(#1285)
* fix: remove translateWithIdMenu, use translateWithId instead * chore: rename translateWithIdInput to translateWithIdSelection
This commit is contained in:
parent
0c39506dcb
commit
f7146b61dc
8 changed files with 81 additions and 135 deletions
|
@ -24,10 +24,7 @@
|
|||
console.log(id); // "open" | "close"
|
||||
return id;
|
||||
}}"
|
||||
translateWithIdMenu="{(id) => {
|
||||
return id;
|
||||
}}"
|
||||
translateWithIdInput="{(id) => {
|
||||
translateWithIdSelection="{(id) => {
|
||||
console.log(id); // "clearAll" | "clearSelection"
|
||||
return id;
|
||||
}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue