mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
change default name prop value for undefined
This commit is contained in:
parent
6fdb8d10ed
commit
4ab0842866
14 changed files with 14 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
export let filterItem = (item, value) => item.text.toLowerCase().includes(value.toLowerCase());
|
||||
export let helperText = '';
|
||||
export let id = Math.random();
|
||||
export let name = Math.random();
|
||||
export let name = undefined;
|
||||
export let invalid = false;
|
||||
export let invalidText = '';
|
||||
export let items = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue